docusaurus-plugin-typedoc
Advanced tools
+21
| MIT License | ||
| Copyright (c) 2021 Thomas Grey | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+1
-0
@@ -15,2 +15,3 @@ import * as fs from 'fs'; | ||
| if (pluginConfig && | ||
| typeof pluginConfig[0] === 'string' && | ||
| pluginConfig[0].includes('docusaurus-plugin-typedoc') && | ||
@@ -17,0 +18,0 @@ typeof pluginConfig[1] === 'object') { |
+11
-12
| { | ||
| "name": "docusaurus-plugin-typedoc", | ||
| "version": "1.4.1", | ||
| "version": "1.4.2", | ||
| "description": "A Docusaurus plugin to integrate TypeDoc ( + typedoc-plugin-markdown ) into the Docusaurus CLI.", | ||
@@ -21,11 +21,2 @@ "exports": { | ||
| "homepage": "http://typedoc-plugin-markdown.org/plugins/docusaurus", | ||
| "scripts": { | ||
| "lint": "eslint ./src", | ||
| "prebuild": "rm -rf dist && copyfiles --up 1 ./src/**/*.cjs ./dist/", | ||
| "prepublishOnly": "npm run lint && npm run build", | ||
| "build": "tsc", | ||
| "pretest": "rm -rf ./test/out && docusaurus generate-typedoc", | ||
| "test": "mocha --config ./mocha.config.json", | ||
| "build-and-test": "npm run build && npm test" | ||
| }, | ||
| "author": "Thomas Grey", | ||
@@ -47,3 +38,11 @@ "license": "MIT", | ||
| "plugin" | ||
| ] | ||
| } | ||
| ], | ||
| "scripts": { | ||
| "lint": "eslint ./src", | ||
| "prebuild": "rm -rf dist && copyfiles --up 1 ./src/**/*.cjs ./dist/", | ||
| "build": "tsc", | ||
| "pretest": "rm -rf ./test/out && docusaurus generate-typedoc", | ||
| "test": "mocha --config ./mocha.config.json", | ||
| "build-and-test": "npm run build && npm test" | ||
| } | ||
| } |
7988
15.55%16
6.67%139
0.72%