Skip to content

Commit

Permalink
Add Yarn "engines" requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Sep 1, 2017
1 parent bbca286 commit d5d0bdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"package"
],
"engines": {
"node": ">= 6.0.0"
"node": ">=6.0.0",
"yarn": ">=0.25.2"

This comment has been minimized.

Copy link
@phuwanart

phuwanart Sep 6, 2017

Heroku use yarn 0.22.0, Is it necessary to add a yarn version? Because of this, it causes problems when deploy to Heroku.

This comment has been minimized.

Copy link
@javan

javan Sep 6, 2017

Author Contributor

Is it necessary to add a yarn version?

See #727

Because of this, it causes problems when deploy to Heroku

See #739

},
"dependencies": {
"babel-core": "^6.26.0",
Expand Down

0 comments on commit d5d0bdd

Please sign in to comment.