Skip to content

Commit

Permalink
docs: add typedoc-plugin-nojekyll [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais committed Jun 17, 2020
1 parent b9ff102 commit 86a148f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Empty file removed .nojekyll
Empty file.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -93,6 +93,7 @@
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.17.7",
"typedoc-plugin-nojekyll": "^1.0.1",
"typescript": "^3.9.3"
},
"lint-staged": {
Expand Down
16 changes: 16 additions & 0 deletions yarn.lock
Expand Up @@ -1637,6 +1637,15 @@ fresh@0.5.2:
resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=

fs-extra@^6.0.1:
version "6.0.1"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
integrity sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
universalify "^0.1.0"

fs-extra@^8.1.0:
version "8.1.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
Expand Down Expand Up @@ -4414,6 +4423,13 @@ typedoc-default-themes@^0.10.1:
dependencies:
lunr "^2.3.8"

typedoc-plugin-nojekyll@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/typedoc-plugin-nojekyll/-/typedoc-plugin-nojekyll-1.0.1.tgz#d6879d4118bbf10efe3feb3b766b69a09c80b3ef"
integrity sha512-hdFMhn0vAFCwepihSaVVs5yyImjo2FCX/OVQW89lrrqoARYHlAchOki4BQug23UqFSrYdykUu8yP4gD0M48qbw==
dependencies:
fs-extra "^6.0.1"

typedoc@^0.17.7:
version "0.17.7"
resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.17.7.tgz#70797401140403a5f91589ed3f4f24c03841bf7a"
Expand Down

0 comments on commit 86a148f

Please sign in to comment.