Skip to content

Commit

Permalink
0.7.4 - update travis node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCannon committed Dec 2, 2020
1 parent 4bc4853 commit 35b33c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 35b33c8

Please sign in to comment.