Skip to content

Commit

Permalink
chore: Bump version to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Mar 15, 2020
1 parent 2996534 commit 5933168
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.16.11",
"version": "0.17.0",
"homepage": "https://typedoc.org",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -28,8 +28,7 @@
"minimatch": "^3.0.0",
"progress": "^2.0.3",
"shelljs": "^0.8.3",
"typedoc-default-themes": "^0.8.0",
"typescript": "^3.8.3"
"typedoc-default-themes": "^0.8.0"
},
"peerDependencies": {
"typescript": ">=3.8.3"
Expand All @@ -46,7 +45,8 @@
"mocha": "^7.0.0",
"mockery": "^2.1.0",
"nyc": "15.0.0",
"tslint": "^5.20.1"
"tslint": "^5.20.1",
"typescript": "^3.8.3"
},
"files": [
"bin",
Expand Down

0 comments on commit 5933168

Please sign in to comment.