Skip to content

Commit

Permalink
new packages + more node versions (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
revington committed Aug 28, 2019
1 parent 679dd41 commit 13cd86e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
language: node_js
node_js:
- "6.12"
- "7.10"
- "8.9"
- "8.15"
- "10.16"
- node
services:
- couchdb
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
"devDependencies": {
"coveralls": "^3.0.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"nano": "^6.2.0"
"nano": "^8.1.0"
},
"directories": {
"test": "test"
},
"dependencies": {},
"dependencies": {
"mocha": "^6.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/revington/couchdb-transactions.git"
Expand Down

0 comments on commit 13cd86e

Please sign in to comment.