Skip to content

Commit

Permalink
chore: πŸ€– Modified the package.json to include files to be published (#10
Browse files Browse the repository at this point in the history
)

chore: πŸ€– declare publish files
  • Loading branch information
heldrida authored Oct 31, 2024
1 parent 3cd536d commit 8e62d93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"default": "./dist/browser/index.js"
}
},
"files": [
"dist",
"dist/**/*",
"README.md"
],
"scripts": {
"build": "pnpm clean:dist && pnpm transpile && bun run ./build.ts",
"build:ci": "pnpm run build",
Expand Down

0 comments on commit 8e62d93

Please sign in to comment.