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 661b298 commit 9c85865Copy full SHA for 9c85865
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webpagetest",
3
- "version": "0.5.1",
+ "version": "0.6.0",
4
"description": "WebPageTest API wrapper for NodeJS",
5
"author": "WebPageTest <[email protected]> (http://github.com/WebPageTest)",
6
"homepage": "http://github.com/WebPageTest/webpagetest-api",
@@ -20,7 +20,9 @@
20
"url": "http://github.com/WebPageTest/webpagetest-api/issues"
21
},
22
"main": "lib/webpagetest.js",
23
- "bin": "bin/webpagetest",
+ "bin": {
24
+ "webpagetest": "bin/webpagetest"
25
+ },
26
"scripts": {
27
"test": "./node_modules/mocha/bin/mocha -R spec test/*-test.js"
28
0 commit comments