Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit b90fc15

Browse files
authored
Merge pull request #5 from launchdarkly/eb/ch71057/typedoc-dep
remove typedoc dependency, update typescript
2 parents 900c79e + 9935d20 commit b90fc15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"jest-junit": "6.3.0",
2121
"launchdarkly-js-test-helpers": "^1.0.0",
2222
"launchdarkly-node-server-sdk": ">= 5.8.1",
23-
"typescript": "3.0.1"
23+
"typescript": "^3.8.3"
2424
},
2525
"jest": {
2626
"rootDir": ".",
@@ -34,7 +34,6 @@
3434
"dependencies": {
3535
"consul": "0.34.1",
3636
"node-cache": "4.2.0",
37-
"typedoc": "0.15.0",
3837
"winston": "2.4.1"
3938
},
4039
"peerDependencies": {

0 commit comments

Comments
 (0)