Skip to content

Commit

Permalink
Fix typo in Gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Apr 15, 2016
1 parent 5b2a84f commit 9405b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ module.exports = function(grunt) {
]);

grunt.registerTask("release:patch", ["bump:patch", "dist-compile", "gitcommit:version"]);
grunt.registerTask("release:minor", ["uump:minor", "dist-compile", "gitcommit:version"]);
grunt.registerTask("release:minor", ["bump:minor", "dist-compile", "gitcommit:version"]);
grunt.registerTask("release:major", ["bump:major", "dist-compile", "gitcommit:version"]);

grunt.registerTask("dist-compile", ["test", "uglify", "compress"]);
Expand Down

0 comments on commit 9405b17

Please sign in to comment.