Skip to content

Commit 8bf1add

Browse files
authored
Merge pull request #77 from docusign/3.2.1
Updated superagent version
2 parents 3cec220 + a899546 commit 8bf1add

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ Alternatively you can just copy the source code directly into your project.
3535
#### Dependencies
3636

3737
This client has the following external dependencies:
38-
39-
38+
39+
40+
4041

4142
Usage
4243
=====

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusign-esign",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "DocuSign Node.js API client.",
55
"license": "MIT",
66
"main": "src/index.js",
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"jsonwebtoken": "7.4.1",
5555
"passport-oauth2": "1.4.0",
56-
"superagent": "1.7.1"
56+
"superagent": "3.8.2"
5757
},
5858
"devDependencies": {
5959
"docdash": "0.4.0",

0 commit comments

Comments
 (0)