We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390db8d commit c9e7479Copy full SHA for c9e7479
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@brayamvalero/vue3-skeleton",
3
"description": "An elegant skeleton library compatible with Vue 3",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"author": "Brayam Valero",
6
"license": "MIT",
7
"repository": {
@@ -36,7 +36,7 @@
36
"vue-tsc": "^1.8.27"
37
},
38
"type": "module",
39
- "main": "./dist/vue3-skeleton.umd.cjs",
+ "main": "./dist/vue3-skeleton.cjs",
40
"module": "./dist/vue3-skeleton.js",
41
"types": "./dist/index.d.ts",
42
"files": [
0 commit comments