diff --git a/Gruntfile.coffee b/Gruntfile.coffee new file mode 100644 index 0000000..fd81bc0 --- /dev/null +++ b/Gruntfile.coffee @@ -0,0 +1,11 @@ +module.exports = (grunt) -> + + grunt.loadNpmTasks 'grunt-release' + + grunt.initConfig + release: + options: + bump: false + add: false + commit: false + push: false \ No newline at end of file diff --git a/package.json b/package.json index 0820bec..c1500dc 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,9 @@ }, "devDependencies": { "jasmine-node": ">= 1.0.13", - "rimraf": "~2.2.2" + "rimraf": "~2.2.2", + "grunt": "~0.4.1", + "grunt-release": "~0.6.0" }, "homepage": "https://github.com/coffeedoc/codo", "repository": {