From 47fd7d86266bce0e269788aff556df8c09879165 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 2 Sep 2014 16:11:31 +0200 Subject: [PATCH] snapshot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c3562a0b5..14584d28aa 100644 --- a/package.json +++ b/package.json @@ -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" },