diff options
author | Ajay Ramachandran <[email protected]> | 2020-01-10 19:58:59 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-01-10 19:58:59 -0500 |
commit | 5c227f445af664be270190afe9629ad552d6479a (patch) | |
tree | 4400a8f0abb1456f4fb03b5f66b96ce8eafbfefe /package.json | |
parent | dce90e86bf758fdc1d7bee20e52c1e4108d35f40 (diff) | |
download | SponsorBlock-5c227f445af664be270190afe9629ad552d6479a.tar.gz SponsorBlock-5c227f445af664be270190afe9629ad552d6479a.zip |
Added ublock origin to npm run dev
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2300f120..c5dadd4a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "dev": "web-ext run", + "dev": "web-ext run --start-url https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm", "build": "web-ext build --overwrite-dest -i \"*(package-lock.json|README.md|package.json|config.js.example|firefox_manifest-extra.json|manifest.json.original|ignored|crowdin.yml)\"" }, "repository": { |