From 04e7a81b1e88c166e798537166d6ecd1d96974bb Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 6 Oct 2014 13:42:34 +0200 Subject: [PATCH] Update closure-util to version 1.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f23337e51e..31d6c4e4fc 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": "closure-util update", "start": "node tasks/serve.js", "test": "node tasks/test.js" }, @@ -18,7 +18,7 @@ }, "dependencies": { "async": "~0.2.10", - "closure-util": "0.20.0", + "closure-util": "~1.0.0", "fs-extra": "~0.8.1", "graceful-fs": "~3.0.2", "htmlparser2": "~3.7.1",