Skip to content

Commit

Permalink
fix binary installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Nov 14, 2017
1 parent 055453c commit dd0614d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-lighthouse-puppeteer",
"version": "0.2.0",
"version": "0.2.1",
"description": "Google Lighthouse Puppeteer is a package to generate reports on multiple urls that allows or not authentication",
"main": "lighthouse-puppeteer.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"puppeteer"
],
"bin": {
"lighthouse-pupetteer": "bin/lighthouse-puppeteer.js"
"lighthouse-pupetteer": "./bin/lighthouse-puppeteer.js"
},
"dependencies": {
"lighthouse-batch": "^2.1.0",
Expand Down

0 comments on commit dd0614d

Please sign in to comment.