summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index ad2f622..215dcee 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -118,7 +118,7 @@ module.exports = function (grunt) {
// Bundle the library
grunt.registerTask('bundle', [
- 'bower-install',
+ 'browserify',
'uglify'
]);