Skip to content

Commit

Permalink
feat: Move TypeScript to a peer dependency
Browse files Browse the repository at this point in the history
Closes #880
  • Loading branch information
Gerrit0 committed Jan 18, 2020
1 parent 3a20bce commit 78c11fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
38 changes: 0 additions & 38 deletions UPDATING.md

This file was deleted.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
"minimatch": "^3.0.0",
"progress": "^2.0.3",
"shelljs": "^0.8.3",
"typedoc-default-themes": "0.8.0-0",
"typescript": "3.7.x"
"typedoc-default-themes": "0.8.0-0"
},
"peerDependencies": {
"typescript": "3.x"
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
Expand Down

0 comments on commit 78c11fc

Please sign in to comment.