typedoc-plugin-markdown
Advanced tools
Comparing version 2.2.8 to 2.2.9
{ | ||
"name": "typedoc-plugin-markdown", | ||
"version": "2.2.8", | ||
"version": "2.2.9", | ||
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", | ||
@@ -26,7 +26,7 @@ "main": "dist/index.js", | ||
"bugs": { | ||
"url": "https://github.com/tgreyuk/typedoc-plugin-markdown/issues" | ||
"url": "https://github.com/tom-grey/typedoc-plugin-markdown/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tgreyuk/typedoc-plugin-markdown.git" | ||
"url": "git+https://github.com/tom-grey/typedoc-plugin-markdown.git" | ||
}, | ||
@@ -56,5 +56,4 @@ "keywords": [ | ||
"dependencies": { | ||
"fs-extra": "^8.1.0", | ||
"handlebars": "^4.1.2" | ||
"fs-extra": "^8.1.0" | ||
} | ||
} |
2
75483
- Removedhandlebars@^4.1.2
- Removedhandlebars@4.7.8(transitive)
- Removedminimist@1.2.8(transitive)
- Removedneo-async@2.6.2(transitive)
- Removedsource-map@0.6.1(transitive)
- Removeduglify-js@3.19.3(transitive)
- Removedwordwrap@1.0.0(transitive)