Skip to content

Commit c865ffa

Browse files
committed
fix: move quansync to peer dep
1 parent c7220c4 commit c865ffa

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"description": "Write async functions, get both async and sync functions",
66
"type": "module",
77
"keywords": [
8+
"async",
9+
"sync",
10+
"generator",
11+
"quansync",
812
"unplugin",
913
"vite",
1014
"webpack",
@@ -51,6 +55,7 @@
5155
]
5256
}
5357
},
58+
"sideEffects": false,
5459
"publishConfig": {
5560
"access": "public"
5661
},
@@ -64,10 +69,12 @@
6469
"release": "bumpp && pnpm publish",
6570
"prepublishOnly": "pnpm run build"
6671
},
72+
"peerDependencies": {
73+
"quansync": ">=0.0.5"
74+
},
6775
"dependencies": {
6876
"ast-kit": "^1.4.0",
6977
"magic-string-ast": "^0.7.0",
70-
"quansync": "^0.0.5",
7178
"unplugin": "^2.2.0",
7279
"unplugin-utils": "^0.2.4"
7380
},
@@ -81,6 +88,7 @@
8188
"eslint": "^9.21.0",
8289
"oxc-transform": "^0.52.0",
8390
"prettier": "^3.5.2",
91+
"quansync": "^0.0.5",
8492
"tsdown": "^0.6.0",
8593
"tsx": "^4.19.3",
8694
"typescript": "^5.7.3",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)