Skip to content

Commit 0b218ef

Browse files
committed
Revert relaxed version ranges
1 parent 0e8c48c commit 0b218ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
"webpack": "^4.0.0"
7979
},
8080
"peerDependencies": {
81-
"tslint": ">= 4.0.0",
82-
"typescript": ">= 2.1.0",
83-
"webpack": ">= 2.3.0"
81+
"tslint": "^4.0.0 || ^5.0.0",
82+
"typescript": "^2.1.0",
83+
"webpack": "^2.3.0 || ^3.0.0 || ^4.0.0"
8484
},
8585
"dependencies": {
8686
"babel-code-frame": "^6.22.0",

0 commit comments

Comments
 (0)