Skip to content

Commit 253825e

Browse files
committed
make tslint a dep so it can be used by electron/electron
1 parent 13adddc commit 253825e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"@types/node": "^7.0.5",
2323
"chai": "^3.5.0",
2424
"mocha": "^3.1.2",
25-
"standard": "^9.0.2",
26-
"tslint": "^4.5.1",
27-
"typescript": "^2.2.1"
25+
"standard": "^9.0.2"
2826
},
2927
"standard": {
3028
"env": {
@@ -38,6 +36,8 @@
3836
"electron-docs-linter": "^2.3.0",
3937
"lodash": "^4.16.1",
4038
"mkdirp": "^0.5.1",
41-
"rimraf": "^2.5.4"
39+
"rimraf": "^2.5.4",
40+
"tslint": "^4.5.1",
41+
"typescript": "^2.2.1"
4242
}
4343
}

0 commit comments

Comments
 (0)