Skip to content

Commit 49eb74e

Browse files
committed
chore: Bump version to 0.20.30
1 parent 6949a1f commit 49eb74e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typedoc",
33
"description": "Create api documentation for TypeScript projects.",
4-
"version": "0.20.29",
4+
"version": "0.20.30",
55
"homepage": "https://typedoc.org",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -72,7 +72,7 @@
7272
"build:prod": "tsc --project . --sourceMap false",
7373
"build_and_test": "npm run build && npm run test",
7474
"lint": "eslint . && prettier --check .",
75-
"prepublishOnly": "node scripts/set_strict.js false && npm run lint && npm run build:prod && npm test",
75+
"prepublishOnly": "node scripts/set_strict.js false && npm run build:prod && npm test",
7676
"postpublish": "node scripts/set_strict.js true",
7777
"clean": "rm -rf node_modules package-lock.json lib coverage"
7878
},

0 commit comments

Comments
 (0)