We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca0574 commit 054ad57Copy full SHA for 054ad57
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "supertest",
3
- "version": "1.2.0",
4
- "description": "Super-agent driven library for testing HTTP servers",
+ "version": "2.0.0",
+ "description": "SuperAgent driven library for testing HTTP servers",
5
"main": "index.js",
6
"scripts": {
7
"pretest": "npm install",
@@ -16,9 +16,9 @@
16
"cookie-parser": "~1.4.1",
17
"eslint": "^2.8.0",
18
"eslint-config-airbnb": "^7.0.0",
19
- "express": "~4.13.4",
20
- "mocha": "~2.4.5",
21
- "should": "~8.3.1"
+ "express": "~4.14.0",
+ "mocha": "~2.5.3",
+ "should": "~10.0.0"
22
},
23
"engines": {
24
"node": ">=0.10.0"
0 commit comments