From dd665c7e9eca4d127e8064c9f69713146c2ba6ad Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 14 Oct 2014 12:25:35 -0600 Subject: [PATCH] New package name and updated dependencies --- package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 5fc0de1df0..ab8f64d7db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "ol", - "version": "3.1.0-pre.1", + "name": "openlayers", + "version": "3.1.0-pre.2", "description": "Mapping library", "scripts": { "install": "node tasks/parse-examples.js", @@ -17,25 +17,25 @@ "url": "https://github.com/openlayers/ol3/issues" }, "dependencies": { - "async": "0.2.10", - "closure-util": "1.0.0", - "fs-extra": "0.8.1", + "async": "0.9.0", + "closure-util": "1.1.0", + "fs-extra": "0.12.0", "graceful-fs": "3.0.2", - "htmlparser2": "3.7.1", + "htmlparser2": "3.7.3", "jsdoc": "3.3.0-alpha9", - "nomnom": "1.6.2", - "temp": "0.7.0", - "walk": "2.3.3" + "nomnom": "1.8.0", + "temp": "0.8.1", + "walk": "2.3.4" }, "devDependencies": { - "clean-css": "2.2.7", + "clean-css": "2.2.16", "expect.js": "0.3.1", "jquery": "2.1.1", - "jshint": "2.5.1", - "mocha": "1.20.1", - "mocha-phantomjs": "3.5.0", + "jshint": "2.5.6", + "mocha": "1.21.5", + "mocha-phantomjs": "3.5.1", "phantomjs": "1.9.10", - "proj4": "2.2.1", - "sinon": "1.10.2" + "proj4": "2.3.3", + "sinon": "1.10.3" } }