使用的package.json文件,以下
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-dev-update": "^1.1.0",
"grunt-jasmine-node-new": "^0.3.2",
"grunt-node-inspector": "^0.1.5",
"grunt-nodemon": "^0.4.0",
"grunt-npm-install": "^0.1.0"
}
我得到一个npm outdated
输出,看起来像
为什么不诚征 0.11.0? 不"grunt-contrib-jshint": "^0.10.0"
的意思是任何大于或等于0.10.0但版本小于1.0.0( >= 0.10.0 && < 1.0.0
)? 使用此作为参考。
我使用节点v0.12.0和NPM V2.5.1。