Skip to content

Commit c38706a

Browse files
committed
fixed dependencies
1 parent 8199a33 commit c38706a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpagetest",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "WebPageTest API wrapper for NodeJS",
55
"author": "Marcel Duran <github@marcelduran.com> (http://github.com/marcelduran)",
66
"homepage": "http://github.com/marcelduran/webpagetest-api",
@@ -34,10 +34,10 @@
3434
},
3535
"dependencies": {
3636
"jsonml": "~0.0.4",
37-
"commander": "~1.2.0"
37+
"commander": "~1.3.0",
38+
"mocha": "~1.11.0"
3839
},
3940
"devDependencies": {
40-
"nock": "~0.18.2",
41-
"mocha": "~1.11.0"
41+
"nock": "~0.18.2"
4242
}
4343
}

0 commit comments

Comments
 (0)