Skip to content

Commit

Permalink
fix(docs): set typedoc to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSolati committed Jun 8, 2020
1 parent 3649a37 commit 8ce71a0
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 22 deletions.
71 changes: 51 additions & 20 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 @@ -5,7 +5,7 @@
"scripts": {
"build": "rm -rf ./dist && rollup -c",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"docs": "typedoc --module node --target es5 --out docs/ src/",
"docs": "typedoc --out docs/ src/",
"lint": "gts check",
"test": "nyc --reporter=html --reporter=text mocha --package package.json --exit",
"release:major": "changelog -M && git add . && git commit -m 'chore(release): major version release' && npm version major",
Expand Down Expand Up @@ -76,7 +76,7 @@
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"ts-node": "^8.10.2",
"typedoc": "^0.17.7",
"typedoc": "0.15.0",
"typescript": "3.6.5"
},
"mocha": {
Expand Down

0 comments on commit 8ce71a0

Please sign in to comment.