This commit is contained in:
Frederic Junod
2014-09-02 16:11:31 +02:00
parent 62dfc15bd5
commit 47fd7d8626

View File

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