diff --git a/Gruntfile.coffee b/gruntfile.coffee similarity index 98% rename from Gruntfile.coffee rename to gruntfile.coffee index e3117d6..2aa0349 100644 --- a/Gruntfile.coffee +++ b/gruntfile.coffee @@ -123,7 +123,6 @@ module.exports = (grunt) -> grunt.loadNpmTasks 'grunt-jscs-checker' grunt.loadNpmTasks 'grunt-npm' grunt.loadNpmTasks 'grunt-bump' - grunt.loadNpmTasks 'grunt-auto-release' grunt.loadNpmTasks 'grunt-conventional-changelog' grunt.registerTask 'test', ['karma:single', 'karma:config', 'karma:merge'] diff --git a/package.json b/package.json index 4da1ab6..001d230 100644 --- a/package.json +++ b/package.json @@ -23,18 +23,17 @@ "license": "MIT", "readmeFilename": "README.md", "dependencies": { - "lodash": "~2.4.1" + "lodash": "~3.9.3" }, "devDependencies": { - "coffee-script": "~1.8.0", + "coffee-script": "~1.9.3", "expect.js": "^0.3.1", "grunt": "~0.4.3", - "grunt-auto-release": "0.0.6", - "grunt-bump": "0.0.16", - "grunt-contrib-jshint": "~0.10.0", - "grunt-contrib-watch": "~0.2.0", - "grunt-conventional-changelog": "~0.0.12", - "grunt-jscs-checker": "~0.6.1", + "grunt-bump": "0.3.1", + "grunt-contrib-jshint": "~0.11.2", + "grunt-contrib-watch": "~0.6.1", + "grunt-conventional-changelog": "~1.2.2", + "grunt-jscs": "~1.8.0", "grunt-npm": "0.0.2", "karma": "~0.12.0", "karma-chrome-launcher": "~0.1.2",