Skip to content

Commit 060960b

Browse files
committed
fix(simple-commonjs): upgrade grunt-browserify
1 parent ef778ce commit 060960b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

simple-commonjs/Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ module.exports = function(grunt) {
3636
},
3737
watch: {
3838
options: {
39-
watch: true,
40-
keepalive: true
39+
watch: true
4140
},
4241
files: {
4342
'<%= config.dist %>/app.js': [ '<%= config.sources %>/**/*.js' ]

simple-commonjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"grunt-contrib-connect": "~0.6.0",
3131
"grunt-contrib-jshint": "~0.7.2",
3232
"grunt-contrib-copy": "~0.5.0",
33-
"grunt-browserify": "~2.0.0",
33+
"grunt-browserify": "~2.1.0",
3434
"load-grunt-tasks": "~0.3.0",
3535
"brfs": "~1.0.0"
3636
},

0 commit comments

Comments
 (0)