Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkadlec committed Apr 5, 2022
1 parent 661b298 commit 9c85865
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpagetest",
"version": "0.5.1",
"version": "0.6.0",
"description": "WebPageTest API wrapper for NodeJS",
"author": "WebPageTest <github@WebPageTest.com> (http://github.com/WebPageTest)",
"homepage": "http://github.com/WebPageTest/webpagetest-api",
Expand All @@ -20,7 +20,9 @@
"url": "http://github.com/WebPageTest/webpagetest-api/issues"
},
"main": "lib/webpagetest.js",
"bin": "bin/webpagetest",
"bin": {
"webpagetest": "bin/webpagetest"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec test/*-test.js"
},
Expand Down

0 comments on commit 9c85865

Please sign in to comment.