We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8199a33 commit c38706aCopy full SHA for c38706a
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webpagetest",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "WebPageTest API wrapper for NodeJS",
5
"author": "Marcel Duran <github@marcelduran.com> (http://github.com/marcelduran)",
6
"homepage": "http://github.com/marcelduran/webpagetest-api",
@@ -34,10 +34,10 @@
34
},
35
"dependencies": {
36
"jsonml": "~0.0.4",
37
- "commander": "~1.2.0"
+ "commander": "~1.3.0",
38
+ "mocha": "~1.11.0"
39
40
"devDependencies": {
- "nock": "~0.18.2",
41
- "mocha": "~1.11.0"
+ "nock": "~0.18.2"
42
}
43
0 commit comments