Files
rfd-affiliate-stripper/package.json
dependabot[bot] 105c480b9e Bump web-ext from 7.8.0 to 7.9.0 (#10)
Bumps [web-ext](https://github.com/mozilla/web-ext) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/7.8.0...7.9.0)

---
updated-dependencies:
- dependency-name: web-ext
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-10 20:57:54 -05:00

12 lines
300 B
JSON

{
"devDependencies": {
"web-ext": "^7.9.0"
},
"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 ."
}
}