Skip to content

Commit

Permalink
Change yarn dep version range specification
Browse files Browse the repository at this point in the history
In theory the caret `^` should work but as rochoa pointed out it does
not. So changing it (also for the sake of clarity).
  • Loading branch information
Rafa de la Torre committed Oct 3, 2017
1 parent 0a7506e commit 89172f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Make sure that you have the requirements needed. These are

- Core
- Node.js >=6.9.x
- yarn >=0.27.5
- yarn >=0.27.5 <1.0.0
- PostgreSQL >8.3.x, PostGIS >1.5.x
- Redis >2.4.0 (http://www.redis.io)
- Mapnik >3.x. See [Installing Mapnik](https://github.com/CartoDB/Windshaft#installing-mapnik).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
},
"engines": {
"node": ">=6.9",
"yarn": "^0.27.5"
"yarn": ">=0.27.5 <1.0.0"
}
}

0 comments on commit 89172f2

Please sign in to comment.