@rootui/button 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +14 -18311
- package/dist/index.js.map +5 -29
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rootui/button",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"homepage": "https://root-ui.com",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
|
-
"build": "rm -rf dist &&bun build src/index.ts --outdir dist --target node --sourcemap=external && tsc --emitDeclarationOnly --outDir dist",
|
|
35
|
-
"dev": "bun build src/index.ts --outdir dist --target node --watch"
|
|
34
|
+
"build": "rm -rf dist && bun build src/index.ts --outdir dist --target node --sourcemap=external --external react --external react-dom --external @base-ui/react --external lucide-react && tsc --emitDeclarationOnly --outDir dist",
|
|
35
|
+
"dev": "bun build src/index.ts --outdir dist --target node --watch --external react --external react-dom"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/react": "^19.2.9",
|