Merge pull request #2508 from tschaub/post-install

Run closure-util install script after install.
This commit is contained in:
Tim Schaub
2014-08-08 11:20:55 -07:00

View File

@@ -3,7 +3,8 @@
"version": "3.0.0-beta",
"description": "Mapping library",
"scripts": {
"postinstall": "node tasks/parse-examples.js",
"install": "node tasks/parse-examples.js",
"postinstall": "node ./node_modules/closure-util/install.js",
"start": "node tasks/serve.js",
"test": "node tasks/test.js"
},