diff --git a/.travis.yml b/.travis.yml index 30ac05102..c0a939f25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js node_js: - 0.8 - - 0.10 + - 0.9 script: "grunt" diff --git a/package.json b/package.json index 900a0b252..af03099a1 100644 --- a/package.json +++ b/package.json @@ -5,19 +5,19 @@ "main": "./index", "dependencies": {}, "devDependencies": { - "grunt-cli": "*", - "grunt": "~0.4.0rc7", - "grunt-contrib-clean": "~0.4.0rc6", - "grunt-contrib-concat": "~0.1.2rc6", - "grunt-contrib-uglify": "~0.1.1rc6", - "grunt-contrib-watch": "~0.2.0", + "grunt-cli": "~0.1.6", + "grunt": "~0.4.1", + "grunt-contrib-clean": "~0.4.0", + "grunt-contrib-concat": "~0.1.3", + "grunt-contrib-uglify": "~0.2.0", + "grunt-contrib-watch": "~0.3.1", "grunt-replace": "~0.4.0", "grunt-contrib-jshint": "~0.3.0", "grunt-mocha-hack": "0.0.4", "grunt-exec": "~0.4.0", - "mocha": "*", + "mocha": "~1.8.2", "expect.js": "~0.2.0", - "jscover": "*" + "jscover": "~0.2.4" }, "repository": { "type": "git",