fix: path misalignment in build, upgrade unocss (#3)

This commit is contained in:
Anthony Fu
2021-11-18 21:15:45 +08:00
committed by GitHub
parent 2f83c18c78
commit 0b43414999
3 changed files with 75 additions and 73 deletions

View File

@@ -13,7 +13,8 @@
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"src"
],
"scripts": {
"build": "unbuild",
@@ -23,7 +24,7 @@
"dependencies": {
"@headlessui/vue": "^1.4.2",
"@popperjs/core": "^2.10.2",
"@unocss/nuxt": "^0.9.3",
"@unocss/nuxt": "^0.10.0",
"gradient-avatar": "^1.0.2",
"pathe": "^0.2.0"
},