Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Commit

Permalink
chore(grunt): setup grunt release task
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansmith committed Feb 9, 2016
1 parent ae0598d commit 82e423d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-release')
grunt.initConfig({})
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
},
"devDependencies": {
"chai": "^3.4.1",
"grunt": "^0.4.5",
"grunt-release": "^0.13.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
}
Expand Down

0 comments on commit 82e423d

Please sign in to comment.