trix-ui 0.1.4 → 0.1.5
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trix-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Lite UI CLI, registry tooling, and templates.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"pub:beta": "pnpm build && pnpm publish --no-git-checks --access public --tag beta",
|
|
63
63
|
"pub:release": "pnpm build && pnpm publish --access public",
|
|
64
64
|
"test:init": "pnpm build && node dist/index.js",
|
|
65
|
-
"
|
|
65
|
+
"react:add": "pnpm build && node dist/index.js",
|
|
66
|
+
"test:add": "vitest"
|
|
66
67
|
}
|
|
67
68
|
}
|