Skip to content

Commit

Permalink
update package name to publish in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ignis-sec committed Jun 27, 2020
1 parent 0cc70a3 commit 85782cd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,23 @@ npm install

**OR**

If you dont have chromium:
```
npm install -g puff-fuzz
```

**If you have chromium: (Don't forget to set its path in config.json)**
windows:
```
npm install -g puff
set PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
npm install -g puff-fuzz
```

linux:
```
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
npm install -g puff-fuzz
```

# Help String

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "puff",
"name": "puff-fuzz",
"version": "0.0.1",
"description": "",
"main": "puff.js",
Expand All @@ -19,7 +19,9 @@
"commander": "^5.1.0",
"puppeteer": "^3.0.4"
},
"bin": "puff.js",
"bin": {
"puff":"puff.js"
},
"pkg":{
"scripts":"preload.js"
}
Expand Down

0 comments on commit 85782cd

Please sign in to comment.