Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
meech-ward committed Oct 27, 2024
1 parent f7a65dc commit 4985b81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"scripts": {
"build": "bun build.ts",
"test": "vitest",
"publish": "npm run build && npm publish",
"typedoc": "typedoc src"
"typedoc": "typedoc src",
"prepublishOnly": "npm run build"
},
"files": [
"dist/**/*.js",
Expand Down Expand Up @@ -61,3 +61,4 @@
"vitest": "^2.1.1"
}
}

0 comments on commit 4985b81

Please sign in to comment.