Specify the version instead of using "*" for dependencies in package.json.
This commit is contained in:
Родитель
61b2377cf2
Коммит
acda56210b
20
package.json
20
package.json
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче