Skip to content

Commit

Permalink
fix(grunt): duplicated default task
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Oct 14, 2018
1 parent b48b912 commit 14c907f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ module.exports = (grunt) ->
tagMessage: 'chore: create tag %VERSION%'
push: false

grunt.registerTask "default", "Default task aka. build task", [
"changelog"
]

grunt.registerTask "default", "Default task aka. build task", (type) ->
grunt.task.run [
"npm-contributors"
Expand Down

0 comments on commit 14c907f

Please sign in to comment.