@commandcenterio/convert-ui 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +32 -1
- package/dist/index.d.ts +32 -1
- package/dist/index.js +7780 -65
- package/dist/index.mjs +7761 -65
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@commandcenterio/convert-ui",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.10",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"module": "./dist/index.mjs",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -45,6 +45,7 @@
|
|
45
45
|
"build": "tsup src/index.tsx --format esm,cjs --dts --external react",
|
46
46
|
"dev": "tsup src/index.tsx --format esm,cjs --watch --dts --external react",
|
47
47
|
"lint": "eslint . --max-warnings 0",
|
48
|
-
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
48
|
+
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
49
|
+
"tw:watch": "tailwindcss -i styles.css -o dist/styles.css --watch"
|
49
50
|
}
|
50
51
|
}
|