Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Add grunt-release for easier releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Dec 7, 2013
1 parent 274bb3d commit f07dcbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gruntfile.coffee
@@ -0,0 +1,2 @@
module.exports = (grunt) ->
grunt.loadNpmTasks("grunt-release")
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -12,5 +12,9 @@
"xml2js": "~0.2.6",
"handlebars": "~1.0.12"
},
"main": "./index.js"
"main": "./index.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-release": "~0.6.0"
}
}

0 comments on commit f07dcbb

Please sign in to comment.