Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
chore: preparation before publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
InkoHX committed Jul 1, 2023
1 parent c90ea8b commit dca6fc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"scripts": {
"prepublishOnly": "pnpm build",
"build": "tsup-node",
"build:docs": "typedoc ./src/index.ts",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit dca6fc4

Please sign in to comment.