mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-06 00:33:39 +00:00
Bumps [web-ext](https://github.com/mozilla/web-ext) from 7.6.0 to 7.6.1. - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/7.6.0...7.6.1) --- updated-dependencies: - dependency-name: web-ext dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
300 B
JSON
12 lines
300 B
JSON
{
|
|
"devDependencies": {
|
|
"web-ext": "^7.6.1"
|
|
},
|
|
"scripts": {
|
|
"start:firefox": "web-ext run --source-dir .",
|
|
"build": "web-ext build --overwrite-dest --ignore-files extensions/ --source-dir .",
|
|
"lint": "web-ext lint --source-dir .",
|
|
"sign": "web-ext sign --source-dir ."
|
|
}
|
|
}
|