Merge pull request #2031 from tschaub/dependencies

Move modules used in post-install task to dependencies.
This commit is contained in:
Tim Schaub
2014-04-30 18:07:49 -06:00

View File

@@ -14,10 +14,12 @@
"bugs": {
"url": "https://github.com/openlayers/ol3/issues"
},
"dependencies": {
"async": "~0.2.10",
"htmlparser2": "~3.7.1"
},
"devDependencies": {
"closure-util": "~0.11.0",
"async": "~0.2.10",
"htmlparser2": "~3.7.1",
"jshint": "~2.4.4",
"jsdoc": "~3.3.0-alpha5",
"walk": "~2.3.1",