@leexi/shared 0.3.1 → 0.3.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/dist/module.json +1 -1
- package/package.json +1 -3
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"license": "UNLICENSED",
|
|
3
3
|
"name": "@leexi/shared",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.2",
|
|
6
6
|
"exports": {
|
|
7
7
|
"./composables": {
|
|
8
8
|
"import": "./dist/runtime/composables/index.js",
|
|
@@ -41,9 +41,7 @@
|
|
|
41
41
|
"dev": "nuxi dev playground",
|
|
42
42
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
43
43
|
"lint": "eslint .",
|
|
44
|
-
"postinstall": "yarn dev:prepare",
|
|
45
44
|
"prepack": "yarn lint && yarn test --reporter default && yarn tsc && yarn build",
|
|
46
|
-
"release": "npm publish",
|
|
47
45
|
"test": "vitest run",
|
|
48
46
|
"tsc": "vue-tsc --noEmit"
|
|
49
47
|
},
|