Specify the version instead of using "*" for dependencies in package.json.

This commit is contained in:
Cheng Zhao 2013-10-17 09:58:55 +08:00
Родитель 61b2377cf2
Коммит acda56210b
2 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -1,16 +1,16 @@
{ {
"name" : "atom", "name" : "atom-shell",
"version" : "0.1.0", "version" : "0.6.2",
"dependencies": { "devDependencies": {
"coffee-script": "1.6.2", "coffee-script": "~1.6.3",
"coffeelint": "~0.6.1",
"mocha": "~1.13.0",
"walkdir": "~0.0.7",
"mocha": "*", "unzip": "~0.1.9",
"walkdir": "*", "d3": "~3.3.8",
"unzip": "*", "int64-native": "~0.2.0"
"d3": "*",
"int64-native": "*",
"coffeelint": "*"
}, },
"private": true, "private": true,

Просмотреть файл

@ -66,7 +66,7 @@ def update_apm():
def update_node_modules(): def update_node_modules():
for dirname in ['.', 'browser/default_app', 'spec']: for dirname in ['browser/default_app', '.']:
update_node_modules_for_dir(dirname) update_node_modules_for_dir(dirname)