Skip to content

Commit

Permalink
remove hard-coded path to firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Jun 20, 2019
1 parent e3ee06a commit 483cd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"watch": "rollup --config rollup.config.js --watch",
"prestart": "npm run clean",
"lint": "web-ext lint",
"start": "concurrently 'npm run watch' 'web-ext run --source-dir . --firefox /usr/bin/firefox'",
"start": "concurrently 'npm run watch' 'web-ext run --source-dir .'",
"update-wtm": "curl 'https://whotracks.me/data/trackerdb.json' > whotracksme.json",
"prestart": "npm run clean"
},
Expand Down

0 comments on commit 483cd33

Please sign in to comment.