Skip to content

Commit

Permalink
chore: update ramda to v0.26.0
Browse files Browse the repository at this point in the history
Ref #745
  • Loading branch information
char0n committed Nov 25, 2018
1 parent 0864b08 commit 1658f1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ _Do you want to find out more about why this library exists ? Read this [**artic

## Requirements

- ramda >= 0.19.0
- ramda >= 0.19.0 <= 0.26.0
- node >= 0.10.48

Ramda Adjunct is being automatically tested against node version >=6 <=9.
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -s",
"test": "cross-env BABEL_ENV=commonjs mocha",
"test:web": "testem ci",
"test:ramda": "bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0",
"test:ramda": "bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0",
"test:ramda0.19.0": "npm install ramda@0.19.0 && npm test && bnr test:web",
"test:ramda0.19.1": "npm install ramda@0.19.1 && npm test && bnr test:web",
"test:ramda0.20.0": "npm install ramda@0.20.0 && npm test && bnr test:web",
Expand All @@ -92,6 +92,7 @@
"test:ramda0.24.0": "npm install ramda@0.24.0 && npm test && bnr test:web",
"test:ramda0.24.1": "npm install ramda@0.24.1 && npm test && bnr test:web",
"test:ramda0.25.0": "npm install ramda@0.25.0 && npm test && bnr test:web",
"test:ramda0.26.0": "npm install ramda@0.26.0 && npm test && bnr test:web",
"test:bundle-create": "webpack --config webpack.config-test.web.js",
"test:bundle-clean": "rimraf tmp-test-bundle.js",
"coverage": "cross-env BABEL_ENV=coverage nyc mocha",
Expand All @@ -104,7 +105,7 @@
},
"readme": "README.md",
"peerDependencies": {
"ramda": ">= 0.19.0 <= 0.25.0"
"ramda": ">= 0.19.0 <= 0.26.0"
},
"devDependencies": {
"@commitlint/cli": "7.2.1",
Expand Down Expand Up @@ -146,7 +147,7 @@
"nyc": "13.0.0",
"phantomjs-prebuilt": "=2.1.16",
"prettier": "1.15.0",
"ramda": "=0.25.0",
"ramda": "=0.26.0",
"rimraf": "=2.6.2",
"sinon": "6.0.1",
"testem": "2.14.0",
Expand Down

0 comments on commit 1658f1f

Please sign in to comment.