Skip to content

Commit 8fe314e

Browse files
authored
Merge pull request #29 from TrilonIO/fix/remove-yarn-engine
fix: remove yarn engine requirement
2 parents a03307b + 66159b4 commit 8fe314e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
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": ">=16.*.*"
1716
},
1817
"scripts": {
1918
"prepare": "tsc",
@@ -50,4 +49,4 @@
5049
"peerDependencies": {
5150
"eslint": ">=8.0.0"
5251
}
53-
}
52+
}

0 commit comments

Comments
 (0)