We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b3930 commit 27f300dCopy full SHA for 27f300d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "confluence-api",
3
- "version": "1.3.0",
+ "version": "1.4.0",
4
"description": "Confluence API wrapper for NodeJS",
5
"main": "./lib/confluence.js",
6
"scripts": {
@@ -51,6 +51,10 @@
51
52
"name": "Richard Hurt",
53
"url": "https://github.com/rnhurt"
54
+ },
55
+ {
56
+ "name": "Ben Limmer",
57
+ "url": "https://github.com/blimmer"
58
}
59
],
60
"license": "MIT",
@@ -64,6 +68,6 @@
64
68
"mocha": "*"
65
69
},
66
70
"dependencies": {
67
- "superagent": "^1.2.0"
71
+ "superagent": "^3.8.3"
72
73
0 commit comments