Skip to content

Commit 236f4fe

Browse files
authored
Merge pull request #113 from gnestor/tslint
Add tslint to devDependencies
2 parents fdd6810 + c46cee0 commit 236f4fe

File tree

2 files changed

+1226
-1175
lines changed

2 files changed

+1226
-1175
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"watch": "lerna run --parallel watch"
88
},
99
"devDependencies": {
10-
"lerna": "^2.5.0"
10+
"lerna": "^2.5.0",
11+
"tslint": "^5.9.1"
1112
},
1213
"workspaces": [
1314
"packages/*"

0 commit comments

Comments
 (0)