diff --git a/.travis.yml b/.travis.yml index fb610c4..0003c17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: node_js node_js: - - 4 - - 6 - 8 + - 10 + - 12 + - 14 after_script: - "./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info" diff --git a/package.json b/package.json index fa13505..95f5e62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettycats", - "version": "0.7.3", + "version": "0.7.4", "description": "Helpful, common, and curried predicates library built on Ramda.", "main": "dist/prettycats.js", "dependencies": {