🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

updater-bower

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

updater-bower

Update bower.json with data from package.json.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

updater-bower NPM version NPM monthly downloads NPM total downloads Linux Build Status Windows Build Status Build Status

Update bower.json with data from package.json.

Getting started

Install update

If you haven't done so already, you will need to install update first. You can do so now with the following command:

$ npm install --global update

This adds the update command to your system path, allowing it to be run from any directory.

Install updater-bower

Next, install this updater with the following command:

$ npm install --global updater-bower

Run the updater

Always make sure your work is committed before running any updater! This updater will modify the contents of bower.json.

Run the updater with the following command:

$ update bower

This will run this updater's default task, which uses sync-pkg to update the contents of bower.json. See sync-pkg for more information or to create bug reports or feature requests.

About

  • updater-contributing: Moves CONTRIBUTING.md, ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE files to the .github directory (with or without .md extension… more | homepage
  • updater-contributors: Update the contributors array in package.json with the contributors returned by the GitHub API. | homepage
  • updater-eslint: Update a .eslintrc.json file based on a template and preferences. This updater can be used… more | homepage
  • updater-package: Update a package.json based on globally stored preferences. | homepage

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Running tests

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

$ npm install && npm test

Author

Jon Schlinkert

License

Copyright © 2017, Jon Schlinkert. Released under the MIT license.

This file was generated by verb-generate-readme, v0.4.3, on March 16, 2017.

Keywords

bower

FAQs

Package last updated on 18 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts