Skip to content

Commit

Permalink
fix: dependabot alerts,update typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
meixg committed Jan 21, 2021
1 parent a1d6423 commit b0a909c
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 66 deletions.
192 changes: 128 additions & 64 deletions 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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:feature": "ts-node ./src/bin/ts2php.ts",
"test:runtime": "sh ./test/runtime/run.sh",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"doc": "typedoc --out docs --theme minimal --includeDeclarations --excludeNotExported --excludeExternals --mode file ./types/index.d.ts"
"doc": "typedoc --out docs --theme minimal --entryPoints ./types/index.d.ts"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -107,7 +107,7 @@
"rimraf": "^2.6.3",
"source-map-support": "^0.5.12",
"ts-node": "^8.2.0",
"typedoc": "^0.15.3",
"typedoc": "^0.20.16",
"typescript": "^3.9.7",
"vue": "^2.6.10"
},
Expand Down

0 comments on commit b0a909c

Please sign in to comment.