Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit fded1b1

Browse files
committed
Moves TSLint to dev dependencies.
1 parent 50ef843 commit fded1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
},
4444
"dependencies": {
4545
"immutable": "^3.7.6",
46-
"invariant": "^2.2.2",
47-
"tslint": "^5.11.0"
46+
"invariant": "^2.2.2"
4847
},
4948
"peerDependencies": {
5049
"@types/react-relay": ">=1.3.9",
@@ -73,6 +72,7 @@
7372
"relay-test-utils":
7473
"https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-test-utils-1.6.1-plugin.1.tgz",
7574
"ts-jest": "^22.0.1",
75+
"tslint": "^5.11.0",
7676
"tslint-config-prettier": "^1.15.0",
7777
"typescript": "2.8.1"
7878
},

0 commit comments

Comments
 (0)