Skip to content

Commit 0cef626

Browse files
committed
fix: remove yarn engine requirement
It should work with all versions of Yarn, this prevents users of classic Yarn from consuming the package.
1 parent a03307b commit 0cef626

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"LICENSE"
1313
],
1414
"engines": {
15-
"node": ">=18.*.*",
16-
"yarn": ">=4.0.2"
15+
"node": ">=18.*.*"
1716
},
1817
"scripts": {
1918
"prepare": "tsc",
@@ -50,4 +49,5 @@
5049
"peerDependencies": {
5150
"eslint": ">=8.0.0"
5251
}
53-
}
52+
}
53+

0 commit comments

Comments
 (0)