diff --git a/Gruntfile.js b/Gruntfile.js new file mode 100644 index 0000000..080dd02 --- /dev/null +++ b/Gruntfile.js @@ -0,0 +1,3 @@ +module.exports = function(grunt) { + grunt.loadNpmTasks('grunt-release'); +}; diff --git a/package.json b/package.json index 6bed6da..ef5c297 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,8 @@ }, "devDependencies": { "chai": "^1.9.1", + "grunt": "^0.4.5", + "grunt-release": "^0.7.0", "mocha": "^1.21.4", "q": "^1.0.0", "xml2js": "^0.4.1"