Bower自动更新Bower .json

我使用bower 1.0.0运行以下命令:

mkdir testdir;cd testdir
bower init #accept defaults
bower install jquery -s  #the -s is supposed to cause update of bower.json
less bower.json

在鲍尔。我希望看到列出的依赖项,但没有。这是怎么回事?

注意:bower install jquery --save有效

< p >注意: 我所指的选项是通过bower help install

记录的
**-S**, --save              Save installed packages into the project's bower.json dependencies
106924 次浏览

从凉亭帮助,节省选项有一个大写的S

-S, --save  Save installed packages into the project's bower.json dependencies