mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
README.md --save rewording suggested by @benschwarz for #1321
This commit is contained in:
@@ -263,11 +263,11 @@ package be unregistered](https://github.com/bower/bower/issues/120).
|
||||
|
||||
### Maintaining dependencies
|
||||
|
||||
Adding the `--save` option to Bower's `install` command will save installed
|
||||
packages into the project's bower.json depencies.
|
||||
Using `bower install pkgName --save` will add `pkgName` to your project's
|
||||
bower.json `"depenencies"` array.
|
||||
|
||||
Similarly, passing `--save-dev` will save installed packages into the project's
|
||||
bower.json devDependencies.
|
||||
Similarly, using `bower install pkgName --save-dev` will add `pkgName` to your
|
||||
project's bower.json `"devDependencies"` array.
|
||||
|
||||
|
||||
## Consuming a package
|
||||
|
||||
Reference in New Issue
Block a user