Skip to content

Commit

Permalink
chore: add dist location in package
Browse files Browse the repository at this point in the history
  • Loading branch information
zSoulweaver committed Oct 26, 2024
1 parent 0a33fa5 commit 6acd4fe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
"name": "kient",
"version": "2.0.0",
"repository": "github:zSoulweaver/kient-test",
"module": "src/index.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "bun ./build.ts",
"dev": "bun run --watch example/init.ts",
Expand Down

0 comments on commit 6acd4fe

Please sign in to comment.