Skip to content

Commit 054ad57

Browse files
committed
Prepare for 2.0.0 release.
1 parent 7ca0574 commit 054ad57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "supertest",
3-
"version": "1.2.0",
4-
"description": "Super-agent driven library for testing HTTP servers",
3+
"version": "2.0.0",
4+
"description": "SuperAgent driven library for testing HTTP servers",
55
"main": "index.js",
66
"scripts": {
77
"pretest": "npm install",
@@ -16,9 +16,9 @@
1616
"cookie-parser": "~1.4.1",
1717
"eslint": "^2.8.0",
1818
"eslint-config-airbnb": "^7.0.0",
19-
"express": "~4.13.4",
20-
"mocha": "~2.4.5",
21-
"should": "~8.3.1"
19+
"express": "~4.14.0",
20+
"mocha": "~2.5.3",
21+
"should": "~10.0.0"
2222
},
2323
"engines": {
2424
"node": ">=0.10.0"

0 commit comments

Comments
 (0)