Skip to content

Commit

Permalink
Updated to the newest version of Ramda (#112)
Browse files Browse the repository at this point in the history
* Brought npm & bower deps up-to-date

* Revert "Brought npm & bower deps up-to-date"

This reverts commit c261f79.

* Brought npm & bower deps up-to-date
  • Loading branch information
kujon authored and CrossEye committed Jun 20, 2016
1 parent b7dfb9e commit 3956720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ramda-fantasy",
"description": "Fantasy Land compatible types for easy integration with Ramda",
"version": "0.5.0",
"version": "0.5.1",
"authors": [
{
"name": "Michael Hurley",
Expand Down Expand Up @@ -29,7 +29,7 @@
"type"
],
"dependencies": {
"ramda": "^0.14.0"
"ramda": ">=0.15.0 <=0.21.x"
},
"devDependencies": {
"jshint": "~2.7.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"name": "ramda-fantasy",
"description": "Fantasy Land compatible types for easy integration with Ramda",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://github.com/ramda/ramda-fantasy",
"license": "MIT",
"repository": {
Expand All @@ -30,7 +30,7 @@
"test": "mocha"
},
"dependencies": {
"ramda": ">=0.15.0 <0.20.0"
"ramda": ">=0.15.0 <=0.21.x"
},
"devDependencies": {
"jscs": "1.13.x",
Expand Down

0 comments on commit 3956720

Please # to comment.