Skip to content

Commit d00f408

Browse files
committed
missing fix
1 parent 759067c commit d00f408

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
"name": "typedoc-plugin-versions",
33
"version": "0.2.3",
44
"description": "It keeps track of your document builds and provides a select menu for versions",
5-
"main": "src/index",
5+
"main": "dist/src/index",
66
"scripts": {
77
"test": "prettier -c . && nyc mocha",
88
"build": "npx tsc && node ./build.js",
99
"docs": "typedoc",
10-
"docs:build": "tsc && typedoc"
10+
"docs:build": "tsc && typedoc",
11+
"prepare": "npx tsc && node ./build.js"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)