Skip to content

Commit

Permalink
chore: fix gruntfile (release task)
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Dec 9, 2013
1 parent 170dd2c commit c067fce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ module.exports = (grunt) ->

grunt.registerTask 'test', 'coffeelint'

grunt.registerTask 'release', 'Bump version, push to NPM.', (type)->
grunt.task.run ["bump: #{type || 'patch'}",'npm-publish']
grunt.registerTask 'release', 'Bump version, push to NPM.', (type)->
grunt.task.run [
"bump:#{type || 'patch'}"
'npm-publish'
]

0 comments on commit c067fce

Please sign in to comment.