diff --git a/package.json b/package.json index 8d99fc6..8bf7611 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": { @@ -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",