Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit 26e9aec

Browse files
committed
fix: remove yarn from engines declarations
Fixes #77 Thanks to @maapteh for helping me understand what the actual issue was
1 parent 1bd9d81 commit 26e9aec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"url": "https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader.git"
2424
},
2525
"engines": {
26-
"node": ">=10.0.0",
27-
"yarn": ">=1.4.0"
26+
"node": ">=10.0.0"
2827
},
2928
"scripts": {
3029
"pretest": "rimraf coverage/",

0 commit comments

Comments
 (0)