Skip to content

Commit

Permalink
Merge pull request #153 from casandrawith1s/patch-1
Browse files Browse the repository at this point in the history
'package-all' tense consistency
  • Loading branch information
ColinEberhardt committed Nov 22, 2015
2 parents 45227c0 + 2733ebf commit 53769cc
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 @@ -184,7 +184,7 @@ module.exports = function(grunt) {
// Packages the C code as a single header
grunt.registerTask('package-c', ['concat']);

// package all languages
// Packages all languages
grunt.registerTask('package-all', ['package-javascript', 'package-java', 'package-c']);

// Default build, performs the full works!
Expand Down

0 comments on commit 53769cc

Please sign in to comment.