Skip to content

Commit

Permalink
Merge 5cfb49f into 542a137
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Oct 28, 2020
2 parents 542a137 + 5cfb49f commit a982437
Show file tree
Hide file tree
Showing 5 changed files with 1,689 additions and 1,750 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,9 +3,9 @@ language: node_js
notifications:
email: false
node_js:
- '6'
- '8'
- '10'
- '12'
- '14'
env:
- CXX=g++-4.8
addons:
Expand Down
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -63,10 +63,13 @@ Features:

## Install

Node.js version 10, 12, and 14 are officially supported. We dropped version 8
support in 3.0.0.

Install with [npm](http://github.com/isaacs/npm):

```
npm install strong-soap
```sh
npm install strong-soap
```

## Client
Expand Down

0 comments on commit a982437

Please sign in to comment.