Skip to content

Commit 9c85865

Browse files
committed
0.6.0
1 parent 661b298 commit 9c85865

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpagetest",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "WebPageTest API wrapper for NodeJS",
55
"author": "WebPageTest <[email protected]> (http://github.com/WebPageTest)",
66
"homepage": "http://github.com/WebPageTest/webpagetest-api",
@@ -20,7 +20,9 @@
2020
"url": "http://github.com/WebPageTest/webpagetest-api/issues"
2121
},
2222
"main": "lib/webpagetest.js",
23-
"bin": "bin/webpagetest",
23+
"bin": {
24+
"webpagetest": "bin/webpagetest"
25+
},
2426
"scripts": {
2527
"test": "./node_modules/mocha/bin/mocha -R spec test/*-test.js"
2628
},

0 commit comments

Comments
 (0)