Modules used in postinstall are dependencies

Since async and htmlparser2 are used by the postinstall task, they need to be listed as dependencies.  These will get installed when ol3 is a dependency of another project.
This commit is contained in:
Tim Schaub
2014-04-30 17:54:39 -06:00
parent 0d8c11394d
commit f8e6fac90e

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",