thepeer-vue
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "thepeer-vue", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Official Vue package for Thepeer", | ||
@@ -23,3 +23,2 @@ "keywords": [ | ||
"module": "./dist/thepeer-vue.js", | ||
"types": "./dist/thepeer-vue", | ||
"exports": { | ||
@@ -35,8 +34,5 @@ ".": { | ||
"dev": "vite", | ||
"build": "vue-tsc && vite build", | ||
"build": "vue-tsc --declaration --emitDeclarationOnly && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"vue": "^3.2.25" | ||
}, | ||
"devDependencies": { | ||
@@ -48,3 +44,6 @@ "@types/node": "^20.5.1", | ||
"vue-tsc": "^1.0.11" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.2.25" | ||
} | ||
} |
6044
- Removedvue@^3.2.25