@react-native-reusables/cli 0.0.3 → 0.0.4
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-reusables/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Add Universal components and primitives to your React-Native project.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"release": "changeset version",
|
|
112
112
|
"pub:beta": "pnpm build && pnpm publish --no-git-checks --access public --tag beta",
|
|
113
113
|
"pub:next": "pnpm build && pnpm publish --no-git-checks --access public --tag next",
|
|
114
|
-
"pub:release": "pnpm build && pnpm publish --access public",
|
|
114
|
+
"pub:release": "pnpm build && pnpm publish --no-git-checks --access public",
|
|
115
115
|
"test": "vitest run"
|
|
116
116
|
}
|
|
117
117
|
}
|