Skip to content

Commit 8d0a503

Browse files
committed
Prepare moving to ESM (Chatie/tsconfig#16)
1 parent 7821c5d commit 8d0a503

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "dist/src/mod.js",
66
"typings": "dist/src/mod.d.ts",
77
"engines": {
8-
"wechaty": ">=0.17.46"
8+
"node": ">=12",
9+
"wechaty": ">=0.56"
910
},
1011
"scripts": {
1112
"clean": "shx rm -fr dist/*",
@@ -58,7 +59,7 @@
5859
"hot-import": "^0.2.14",
5960
"memory-card": "^0.12.2",
6061
"normalize-package-data": "^3.0.1",
61-
"quick-lru": "^6.0.0",
62+
"quick-lru": "^5",
6263
"read-pkg-up": "^7.0.1",
6364
"rx-queue": "^0.8.5",
6465
"rxjs": "^6.6.6",

0 commit comments

Comments
 (0)