Skip to content

Commit 097dacc

Browse files
committed
Merge pull request #1790 from angular-fullstack/chore/grunt-contrib-watch-1
chore(grunt): grunt-contrib-watch -> ^1.0.0
2 parents f8d98be + d64cafe commit 097dacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"grunt-contrib-imagemin": "^1.0.0",
106106
"grunt-contrib-jshint": "^1.0.0",
107107
"grunt-contrib-uglify": "^1.0.0",
108-
"grunt-contrib-watch": "~0.6.1",<% if (filters.jade) { %>
108+
"grunt-contrib-watch": "^1.0.0",<% if (filters.jade) { %>
109109
"grunt-contrib-jade": "^1.0.0",<% } %><% if (filters.less) { %>
110110
"grunt-contrib-less": "^1.2.0",<% } %>
111111
"grunt-babel": "~6.0.0",<% if(filters.ts) { %>

0 commit comments

Comments
 (0)