Skip to content

Commit

Permalink
[fix] only use yarn
Browse files Browse the repository at this point in the history
herokuish now supports only 1 package manager, remove unused package manager:
https://devcenter.heroku.com/changelog-items/2989
  • Loading branch information
donrestarone authored Oct 6, 2024
1 parent ed4656f commit 5fd4f5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
],
"engines": {
"node": "14.x || 10.x",
"yarn": "1.22.x",
"npm": "6.14.x"
"yarn": "1.22.x"
}
}

0 comments on commit 5fd4f5e

Please sign in to comment.