Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@v-c/util", | ||
"type": "module", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Vue3 components utils", | ||
@@ -14,18 +14,4 @@ "publishConfig": { | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./dist/*": "./dist/*", | ||
"./*": { | ||
"types": "./dist/*", | ||
"import": "./dist/*", | ||
"require": "./dist/*", | ||
"default": "./dist/*" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"peerDependencies": { | ||
@@ -32,0 +18,0 @@ "vue": "^3.0.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
169195