Skip to content

Commit 5f775e5

Browse files
Fixing client tslint command
1 parent 6d10748 commit 5f775e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/client/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"redux-thunk": "^2.3.0",
3636
"reselect": "^4.0.0",
3737
"typesafe-actions": "^3.0.0",
38-
"yup": "^0.26.10"
38+
"yup": "^0.26.10",
39+
"tslint": "^5.12.1",
40+
"tslint-react": "^3.6.0",
41+
"typescript": "^3.3.3"
3942
},
4043
"scripts": {
4144
"start": "react-scripts start",

0 commit comments

Comments
 (0)