summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-15 18:11:38 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-15 18:11:38 +0200
commit94e82411f7def5b3f79df43eb0279142cea19f1e (patch)
treef352530c4689644dcf58c8fcf8a42dc8b0c6fa2c /js/package.json
parentc171e9e381e6d7af9c2dd44ff82f9fef381a2e1a (diff)
fix unittest breakage errors in firefox and phantomjs, bump build tools
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/js/package.json b/js/package.json
index 9a1cf930a..7ec04f33f 100644
--- a/js/package.json
+++ b/js/package.json
@@ -16,16 +16,16 @@
"contributors": [],
"dependencies": {},
"devDependencies": {
- "grunt": "~0.4.0",
+ "grunt": "~0.4",
"grunt-cli": "~0.1.6",
"coffee-script": "~1.6",
- "grunt-contrib-concat": "~0.1.2",
- "grunt-contrib-watch": "~0.2.0",
+ "grunt-contrib-concat": "~0.1",
+ "grunt-contrib-watch": "~0.2",
"grunt-coffeelint": "0.0.6",
- "gruntacular": "~0.1.1",
- "grunt-wrap": "~0.2.0",
- "phantomjs": "~1.8.1-3",
- "grunt-phpunit": "0.2.0"
+ "gruntacular": "~0.3",
+ "grunt-wrap": "~0.2",
+ "phantomjs": "~1.9",
+ "grunt-phpunit": "0.2"
},
"engine": "node >= 0.8"
}