react-easy-bundle-page 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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-easy-bundle-page",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Bundle Page Widget",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
22
22
|
"release": "release-it",
|
|
23
23
|
"translate": "npx i18n-ai-trans translate",
|
|
24
|
-
"deploy:test": "wrangler pages deploy
|
|
25
|
-
"deploy:prod": "wrangler pages deploy
|
|
24
|
+
"deploy:test": "wrangler pages deploy widget --project-name=cartmax-bundle-page-test --branch=main",
|
|
25
|
+
"deploy:prod": "wrangler pages deploy widget --project-name=cartmax-bundle-page-online --branch=main",
|
|
26
26
|
"publish:test": "npm run build:test && npm run deploy:test",
|
|
27
27
|
"publish:prod": "npm run build && npm run deploy:prod",
|
|
28
28
|
"publish:npm": "npm publish --access public"
|