We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759067c commit d00f408Copy full SHA for d00f408
package.json
@@ -2,12 +2,13 @@
2
"name": "typedoc-plugin-versions",
3
"version": "0.2.3",
4
"description": "It keeps track of your document builds and provides a select menu for versions",
5
- "main": "src/index",
+ "main": "dist/src/index",
6
"scripts": {
7
"test": "prettier -c . && nyc mocha",
8
"build": "npx tsc && node ./build.js",
9
"docs": "typedoc",
10
- "docs:build": "tsc && typedoc"
+ "docs:build": "tsc && typedoc",
11
+ "prepare": "npx tsc && node ./build.js"
12
},
13
"repository": {
14
"type": "git",
0 commit comments