Remove devDependencies from package.json

They are now stored as dependencies in tasks/package.json
This commit is contained in:
Kevin Sawicki 2013-11-21 09:56:18 -08:00
parent c720a6a029
commit c2cd1cd13d
2 changed files with 3 additions and 27 deletions

View File

@ -48,32 +48,6 @@
"temp": "0.5.0",
"underscore-plus": "0.6.1"
},
"devDependencies": {
"biscotto": "0.0.17",
"formidable": "~1.0.14",
"fstream": "0.1.24",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-coffeelint": "git://github.com/atom/grunt-coffeelint.git",
"grunt-lesslint": "0.13.0",
"grunt-cson": "0.5.0",
"grunt-contrib-csslint": "~0.1.2",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-less": "~0.8.0",
"walkdir": "0.0.7",
"js-yaml": "~2.1.0",
"grunt-markdown": "~0.4.0",
"json-front-matter": "~0.1.3",
"grunt-shell": "~0.3.1",
"jasmine-node": "git://github.com/kevinsawicki/jasmine-node.git#short-stacks",
"jasmine-tagged": "0.2.0",
"request": "~2.27.0",
"unzip": "~0.1.9",
"rcedit": "~0.1.2",
"rimraf": "~2.2.2",
"github-releases": "~0.2.0",
"harmony-collections": "~0.3.8"
},
"packageDependencies": {
"atom-dark-syntax": "0.10.0",
"atom-dark-ui": "0.18.0",

View File

@ -21,6 +21,8 @@
"request": "~2.27.0",
"unzip": "~0.1.9",
"rcedit": "~0.1.2",
"rimraf": "~2.2.2"
"rimraf": "~2.2.2",
"github-releases": "~0.2.0",
"harmony-collections": "~0.3.8"
}
}