Merge pull request #2669 from fredj/bad-commit

Revert "snapshot"
This commit is contained in:
Frédéric Junod
2014-09-02 16:17:18 +02:00
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "Mapping library", "description": "Mapping library",
"scripts": { "scripts": {
"install": "node tasks/parse-examples.js", "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", "start": "node tasks/serve.js",
"test": "node tasks/test.js" "test": "node tasks/test.js"
}, },