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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user