vueless 0.0.12 → 0.0.13

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.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -19,8 +19,7 @@
19
19
  "sb:build": "STORYBOOK_VUELESS_ENV=1 storybook build",
20
20
  "sb:preview": "vite preview --host --outDir=storybook-static",
21
21
  "vueless:update": "yarn add -D file:../vite-plugin-vueless file:../vueless-storybook",
22
- "vueless:publish": "rm -rf dist && mkdir -p dist && cp -r src/* package.json LICENSE web-types.json README.md dist/ && npm publish ./dist",
23
- "postinstall": "node .web-types-gen"
22
+ "vueless:prepare": "rm -rf dist && mkdir -p dist && cp -r src/* package.json LICENSE web-types.json README.md dist/ && node .web-types-gen"
24
23
  },
25
24
  "dependencies": {
26
25
  "@kyvg/vue3-notification": "^3.2.1",
@@ -61,7 +60,7 @@
61
60
  "vue": "^3.4.19"
62
61
  },
63
62
  "resolutions": {
64
- "string-width": "4.2.3"
63
+ "string-width": ">=4.2.3"
65
64
  },
66
65
  "repository": {
67
66
  "type": "git",