mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Specify the version instead of using "*" for dependencies in package.json.
This commit is contained in:
20
package.json
20
package.json
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name" : "atom",
|
||||
"version" : "0.1.0",
|
||||
"name" : "atom-shell",
|
||||
"version" : "0.6.2",
|
||||
|
||||
"dependencies": {
|
||||
"coffee-script": "1.6.2",
|
||||
"devDependencies": {
|
||||
"coffee-script": "~1.6.3",
|
||||
"coffeelint": "~0.6.1",
|
||||
"mocha": "~1.13.0",
|
||||
"walkdir": "~0.0.7",
|
||||
|
||||
"mocha": "*",
|
||||
"walkdir": "*",
|
||||
"unzip": "*",
|
||||
"d3": "*",
|
||||
"int64-native": "*",
|
||||
"coffeelint": "*"
|
||||
"unzip": "~0.1.9",
|
||||
"d3": "~3.3.8",
|
||||
"int64-native": "~0.2.0"
|
||||
},
|
||||
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user