Skip to content

Commit

Permalink
fix: yarn engine is not required (enisdenjo#34)
Browse files Browse the repository at this point in the history
I don't think we need to make sure the user is using a specific version of yarn

this was causing some trouble for us
  • Loading branch information
sibelius committed Oct 21, 2020
1 parent fcaaa35 commit 89484b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -42,8 +42,7 @@
"access": "public"
},
"engines": {
"node": ">=12",
"yarn": ">=1.22.4"
"node": ">=12"
},
"scripts": {
"gendocs": "typedoc --options typedoc.js src/",
Expand Down

0 comments on commit 89484b8

Please sign in to comment.