Skip to content

Commit a03be33

Browse files
committed
fix(npm): exclude 4 more grunt packages if using gulp
1 parent c6e5df7 commit a03be33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/templates/_package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@
102102
"grunt-build-control": "~0.4.0",
103103
"grunt-mocha-test": "~0.10.2",<% if(filters.sass) { %>
104104
"grunt-contrib-sass": "^0.7.3",<% } %><% if(filters.stylus) { %>
105-
"grunt-contrib-stylus": "latest",<% } %><% } %>
105+
"grunt-contrib-stylus": "latest",<% } %>
106106
"jit-grunt": "^0.5.0",
107107
"time-grunt": "~0.3.1",
108108
"grunt-express-server": "~0.4.17",
109-
"grunt-open": "~0.2.3",
109+
"grunt-open": "~0.2.3",<% } %>
110110
"open": "~0.0.4",
111111
"jshint-stylish": "~0.1.5",
112112
"connect-livereload": "~0.4.0",

0 commit comments

Comments
 (0)