Skip to content

Commit 0399e75

Browse files
committed
chore: Bump version to 0.16.10
Also cleaned up package.json entries that no longer apply.
1 parent bc02096 commit 0399e75

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
{
22
"name": "typedoc",
33
"description": "Create api documentation for TypeScript projects.",
4-
"version": "0.16.9",
4+
"version": "0.16.10",
55
"homepage": "https://typedoc.org",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
88
"bin": {
99
"typedoc": "bin/typedoc"
1010
},
11-
"author": {
12-
"name": "Sebastian Lenz",
13-
"url": "http://www.sebastian-lenz.de/"
14-
},
1511
"license": "Apache-2.0",
1612
"repository": {
1713
"type": "git",
@@ -20,14 +16,8 @@
2016
"bugs": {
2117
"url": "https://github.com/TypeStrong/TypeDoc/issues"
2218
},
23-
"licenses": [
24-
{
25-
"type": "Apache-2.0",
26-
"url": "https://github.com/TypeStrong/TypeDoc/blob/master/LICENSE"
27-
}
28-
],
2919
"engines": {
30-
"node": ">= 6.0.0"
20+
"node": ">= 8.0.0"
3121
},
3222
"dependencies": {
3323
"@types/minimatch": "3.0.3",

0 commit comments

Comments
 (0)