Skip to content

Commit

Permalink
Merge pull request #8 from davesag/feature/update-several-dependencies
Browse files Browse the repository at this point in the history
[Optimisation, n/a] updated node version and dependencies
  • Loading branch information
davesag authored Jun 4, 2018
2 parents c4eec9d + cfe631d commit af1e80e
Show file tree
Hide file tree
Showing 4 changed files with 1,004 additions and 3,416 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:9.11.1
- image: circleci/node:10

steps:
- checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Jose-Simple allows the encryption and decryption of data using the JOSE (JSON Ob

It depends on [`node-jose`](https://github.com/cisco/node-jose) by Cisco.

Requires Node 8 or better.
Requires Node 8.11.2 (LTS) or better. Works fine under Node 10+

* `develop` - [![CircleCI](https://circleci.com/gh/davesag/jose-simple/tree/develop.svg?style=svg)](https://circleci.com/gh/davesag/jose-simple/tree/develop) [![codecov](https://codecov.io/gh/davesag/jose-simple/branch/develop/graph/badge.svg)](https://codecov.io/gh/davesag/jose-simple)
* `master` - [![CircleCI](https://circleci.com/gh/davesag/jose-simple/tree/master.svg?style=svg)](https://circleci.com/gh/davesag/jose-simple/tree/master) [![codecov](https://codecov.io/gh/davesag/jose-simple/branch/master/graph/badge.svg)](https://codecov.io/gh/davesag/jose-simple)
Expand Down Expand Up @@ -45,7 +45,7 @@ Requires Node 8 or better.

### Prerequisites

* [NodeJS](https://nodejs.org)`brew install nvm` then `nvm use 10.1.0`
* [NodeJS](https://nodejs.org)`brew install nvm` then `nvm use 10.3.0`

### Test it

Expand Down
Loading

0 comments on commit af1e80e

Please sign in to comment.