Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Dec 19, 2023
1 parent 1b3843c commit ce721ca
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-unocss-config",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "Use uno config in run-time",
"license": "MIT",
"homepage": "https://github.com/zyyv/unplugin-unocss-config#readme",
Expand Down Expand Up @@ -65,15 +65,8 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"client.d.ts",
"dist"
],
"scripts": {
Expand All @@ -87,17 +80,20 @@
"start": "esno src/index.ts",
"test": "vitest"
},
"peerDependencies": {
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"unplugin": "^1.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.6",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.5",
"@unocss/config": "^0.58.0",
"@unocss/core": "^0.58.0",
"@unocss/preset-mini": "^0.58.0",
"@zyyv/eslint-config": "^2.4.6",
"bumpp": "^9.2.1",
"chalk": "^5.3.0",
"debug": "^4.3.4",
Expand Down

0 comments on commit ce721ca

Please sign in to comment.