Skip to content

Commit

Permalink
missing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Aug 3, 2023
1 parent 759067c commit d00f408
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "typedoc-plugin-versions",
"version": "0.2.3",
"description": "It keeps track of your document builds and provides a select menu for versions",
"main": "src/index",
"main": "dist/src/index",
"scripts": {
"test": "prettier -c . && nyc mocha",
"build": "npx tsc && node ./build.js",
"docs": "typedoc",
"docs:build": "tsc && typedoc"
"docs:build": "tsc && typedoc",
"prepare": "npx tsc && node ./build.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d00f408

Please sign in to comment.