typedoc-plugin-markdown
Advanced tools
Comparing version 1.1.14 to 1.1.15
{ | ||
"name": "typedoc-plugin-markdown", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"description": "A plugin for Typedoc that exposes a theme and additional arguments for rendering markdown.", | ||
@@ -11,2 +11,3 @@ "main": "dist/index.js", | ||
"copy:static": "copyfiles --up 1 ./src/**/*.hbs ./dist/", | ||
"copy:plugin": "copyfiles package.json './dist/**/*' node_modules/typedoc-plugin-markdown/", | ||
"mocks": "npm run mocks:github && npm run mocks:bitbucket && npm run mocks:gitbook", | ||
@@ -16,7 +17,8 @@ "mocks:github": "typedoc ./test/src --out ./test/out/github --theme markdown --gitRevision master --media test/src/media/ --includes test/src/inc/", | ||
"mocks:gitbook": "typedoc ./test/src --out ./test/out/gitbook --theme markdown --gitRevision master --mdEngine gitbook --media test/src/media/ --includes test/src/inc/", | ||
"mocks:html": "typedoc ./test/src --out test/out/html --media test/src/media/ --includes test/src/inc/", | ||
"examples": "rm -rf examples/out && typedoc ./examples/src --out ./examples/out --theme markdown --gitRevision master --readme none --media test/src/media/ --includes test/src/inc/", | ||
"lint": "tslint --project ./src/tsconfig.json", | ||
"prepare": "rm -rf dist && tsc -p ./src/tsconfig.json && npm run copy:static", | ||
"prepublishOnly": "npm install && npm run lint && npm run test", | ||
"pretest": "npm run link && rm -rf tests/out && npm run mocks", | ||
"prepublishOnly": "npm run prepare && npm run lint && npm run test", | ||
"pretest": "rm -rf tests/out && rm -rf node_modules/typedoc-plugin-markdown && npm run copy:plugin && npm run mocks", | ||
"test": "mocha test/test.js", | ||
@@ -23,0 +25,0 @@ "link": "npm link && npm link typedoc-plugin-markdown" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39678