Skip to content

Commit

Permalink
Publish to NPM when creating release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed Feb 24, 2015
1 parent 082abcb commit 6d8332f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = (grunt) ->
tag: true
push: true
pushTags: true
npm: false
npm: true
commitMessage: "Bump to version <%= version %>"
tagMessage: "Tagged <%= version %>"

Expand Down

0 comments on commit 6d8332f

Please sign in to comment.