Merge pull request #2798 from fredj/update-closure-util

Update closure-util to version 1.0.0
This commit is contained in:
Frédéric Junod
2014-10-06 18:29:57 +02:00
+2 -2
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": "closure-util update",
"start": "node tasks/serve.js", "start": "node tasks/serve.js",
"test": "node tasks/test.js" "test": "node tasks/test.js"
}, },
@@ -18,7 +18,7 @@
}, },
"dependencies": { "dependencies": {
"async": "~0.2.10", "async": "~0.2.10",
"closure-util": "0.20.0", "closure-util": "~1.0.0",
"fs-extra": "~0.8.1", "fs-extra": "~0.8.1",
"graceful-fs": "~3.0.2", "graceful-fs": "~3.0.2",
"htmlparser2": "~3.7.1", "htmlparser2": "~3.7.1",