Do not put modules used by specs on the root.

Modules in root is now installed by npm, and the native modules are now
not usable by atom-shell.
This commit is contained in:
Cheng Zhao
2014-04-29 11:51:49 +08:00
parent dc9778f0f2
commit ac31dc9672
4 changed files with 17 additions and 13 deletions

View File

@@ -4,15 +4,8 @@
"devDependencies": {
"atom-package-manager": "0.44.x",
"coffee-script": "~1.6.3",
"coffeelint": "~0.6.1",
"formidable": "~1.0.14",
"mocha": "~1.13.0",
"pathwatcher": "0.14.0",
"q": "0.9.7",
"runas": "0.5.*",
"temp": "~0.6.0",
"walkdir": "~0.0.7"
"coffee-script": "~1.7.1",
"coffeelint": "~1.3.0"
},
"private": true,