Skip to content

Commit

Permalink
Added contribflow as a package.
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed Mar 25, 2013
1 parent 9b25484 commit e0b2e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('contribflow');

// Default task.
grunt.registerTask('default', ['jshint', 'build', 'minify', 'dist']);
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"calcdeps": "~0.1.7",
"grunt-contrib-clean": "~0.4.0a",
"grunt-contrib-copy": "~0.3.2",
"mocha": "~1.8.1"
"mocha": "~1.8.1",
"contribflow": "~0.1.0"
},
"testling": {
"browsers": [
Expand Down

0 comments on commit e0b2e47

Please sign in to comment.