Skip to content

Commit 58db062

Browse files
author
Corey Earwood
committed
fix(typescript-dependency): limit typescript dependency to < 4.0.0
The project and tests are not compatible with Typescript 4 Updating Typescript is outside the scope of this Pull Request.
1 parent ac4e476 commit 58db062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"tsutils": "^3.17.1",
7979
"typedoc": "0.14.0",
8080
"typedoc-plugin-external-module-name": "^2.1.0",
81-
"typescript": ">=2.9.1"
81+
"typescript": ">=2.9.1 <4.0.0"
8282
},
8383
"peerDependencies": {
8484
"aws-sdk": "^2.401.0",

0 commit comments

Comments
 (0)