Skip to content

Commit

Permalink
chore: Bump version to 0.16.10
Browse files Browse the repository at this point in the history
Also cleaned up package.json entries that no longer apply.
  • Loading branch information
Gerrit0 committed Feb 16, 2020
1 parent bc02096 commit 0399e75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.16.9",
"version": "0.16.10",
"homepage": "https://typedoc.org",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": {
"typedoc": "bin/typedoc"
},
"author": {
"name": "Sebastian Lenz",
"url": "http://www.sebastian-lenz.de/"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -20,14 +16,8 @@
"bugs": {
"url": "https://github.com/TypeStrong/TypeDoc/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/TypeStrong/TypeDoc/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 6.0.0"
"node": ">= 8.0.0"
},
"dependencies": {
"@types/minimatch": "3.0.3",
Expand Down

0 comments on commit 0399e75

Please sign in to comment.