Skip to content

Commit

Permalink
Add file magic at the top so it works in windows with npm -g install
Browse files Browse the repository at this point in the history
npm is one hell of a drug
  • Loading branch information
ignis-sec committed Jun 29, 2020
1 parent 46c7aa5 commit 2940167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puff-fuzz",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "puff.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions puff.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const puppeteer = require('puppeteer');
const { program } = require('commander');
const fs = require('fs')
Expand Down

0 comments on commit 2940167

Please sign in to comment.