@wface/pixel-ui 0.5.9 → 0.6.0
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wface/pixel-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -33,8 +33,7 @@
|
|
|
33
33
|
"dev:lib": "vite --port 4000",
|
|
34
34
|
"build": "vite build -c vite.config.ts && tsc -p tsconfig.build.json --emitDeclarationOnly",
|
|
35
35
|
"clean": "rimraf dist",
|
|
36
|
-
"
|
|
37
|
-
"release": "npm publish --access public --tag latest --registry https://registry.npmjs.org/"
|
|
36
|
+
"release": "npm run clean && npm run build && npm publish --access public --tag latest --registry https://registry.npmjs.org/ && npm dist-tag add @wface/pixel-ui@$(node -p require('./package.json').version) latest --registry https://registry.npmjs.org/"
|
|
38
37
|
},
|
|
39
38
|
"peerDependencies": {
|
|
40
39
|
"react": "18.2.0",
|