Skip to content

Commit df8bd0e

Browse files
committed
Upgrade tslint to 6.x
1 parent e0dd9bc commit df8bd0e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"devDependencies": {
2626
"@types/node": "^12.12.30",
27-
"tslint": "^5.20.1",
27+
"tslint": "^6.1.0",
2828
"typescript": "^3.8.3"
2929
},
3030
"homepage": "https://github.com/Gelio/tslint-react-hooks",
@@ -33,7 +33,7 @@
3333
"url": "https://github.com/Gelio/tslint-react-hooks"
3434
},
3535
"peerDependencies": {
36-
"tslint": "^5.1.0",
36+
"tslint": "5 - 6",
3737
"typescript": ">=2.1.0"
3838
}
3939
}

0 commit comments

Comments
 (0)