Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
bumped dependencies (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Oct 7, 2019
1 parent cded6e6 commit 00ba00d
Show file tree
Hide file tree
Showing 5 changed files with 185 additions and 156 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: false
node_js:
- "8"
- "10"
- "11"
- "12"

cache: npm

Expand All @@ -14,4 +14,4 @@ git:
script:
- if [[ "$TRAVIS_NODE_VERSION" == 8 ]]; then npm test; fi
- if [[ "$TRAVIS_NODE_VERSION" == 10 ]]; then npm test; fi
- if [[ "$TRAVIS_NODE_VERSION" == 11 ]]; then npm test; npm run cover:coveralls; fi
- if [[ "$TRAVIS_NODE_VERSION" == 12 ]]; then npm test; npm run cover:coveralls; fi
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,14 @@ npm install ts-nkeys
// and can be used to sign
let sig2 = sk.sign(data);
t.true(sk.verify(data, sig));
```
```


## Supported Node Versions

Our support policy for Nodejs versions follows [Nodejs release support]( https://github.com/nodejs/Release).
We will support and build node-nats on even-numbered Nodejs versions that are current or in LTS.

## License

Unless otherwise noted, the NATS source files are distributed under the Apache Version 2.0 license found in the LICENSE file.
Loading

0 comments on commit 00ba00d

Please sign in to comment.