Skip to content

Commit

Permalink
chore: Bump version to 0.20.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Mar 6, 2021
1 parent 6949a1f commit 49eb74e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.20.29",
"version": "0.20.30",
"homepage": "https://typedoc.org",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -72,7 +72,7 @@
"build:prod": "tsc --project . --sourceMap false",
"build_and_test": "npm run build && npm run test",
"lint": "eslint . && prettier --check .",
"prepublishOnly": "node scripts/set_strict.js false && npm run lint && npm run build:prod && npm test",
"prepublishOnly": "node scripts/set_strict.js false && npm run build:prod && npm test",
"postpublish": "node scripts/set_strict.js true",
"clean": "rm -rf node_modules package-lock.json lib coverage"
},
Expand Down

0 comments on commit 49eb74e

Please sign in to comment.