Skip to content

Commit 543d784

Browse files
committed
fix(deps): include tslint
if you're on npm 3+, it won't be automatically installed with gulp-tslint
1 parent 7ba7d1f commit 543d784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/templates/_package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@
161161
"requirejs": "~2.1.11",
162162
"phantomjs-prebuilt": "^2.1.4",
163163
"proxyquire": "^1.0.1",
164-
"supertest": "^1.1.0"
164+
"supertest": "^1.1.0"<% if(filters.ts) { %>,
165+
"tslint": "^3.5.0"<% } %>
165166
},
166167
"engines": {
167168
"node": "^4.2.3",

0 commit comments

Comments
 (0)