aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 759b43c54..c8bbf9e91 100644
--- a/grunt.js
+++ b/grunt.js
@@ -100,7 +100,7 @@ module.exports = function( grunt ) {
// Default grunt.
grunt.registerTask( "default", "selector build lint min compare_size" );
- grunt.loadNpmTasks("grunt-compare-size");
+ grunt.loadNpmTasks("grunt-compare-size");
// Build src/selector.js
grunt.registerMultiTask( "selector", "Build src/selector.js", function() {