Skip to content

Commit

Permalink
0.0.1 x 0.0.2 Package Changeset Preview Init II
Browse files Browse the repository at this point in the history
  • Loading branch information
benemmaofficial committed Oct 7, 2024
1 parent e41d1bf commit 7f2909e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/core/kit/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
"version": "0.0.0",
"sideEffects": false,
"license": "Apache-2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist/**"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --config tsconfig.json",
"dev": "tsup src/index.ts --format cjs,esm --watch --dts",
Expand Down

0 comments on commit 7f2909e

Please sign in to comment.