aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-10-01 15:26:29 +0900
committerDarius Jahandarie <djahandarie@gmail.com>2023-10-01 15:27:54 +0900
commit265751f2bc75f76de047fd27d6d364c5772030da (patch)
treeb10765fbe060472964ffcc4e7eb722fe467aa247 /package.json
parentc7f7e84fe9109bedec8c7c531d3b6e48056dd3b3 (diff)
Remove web-ext dev dependency
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index 19950529..1dc0e292 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,6 @@
"test-lint": "npx eslint . && node ./dev/lint/global-declarations.js && node ./dev/lint/html-scripts.js",
"test-lint-css": "npx stylelint \"ext/**/*.css\" \"test/**/*.css\" \"dev/**/*.css\"",
"test-lint-html": "npx html-validate \"ext/**/*.html\" \"test/**/*.html\" \"dev/**/*.html\"",
- "test-lint-web-ext": "npx web-ext lint",
"test-code": "node ./test/test-all.js ./test --skip ./test/test-manifest.js",
"test-manifest": "node ./test/test-manifest.js",
"test-build": "node ./dev/build.js --dry-run --all"
@@ -50,7 +49,6 @@
"jsdom": "^22.1.0",
"parse5": "^7.1.2",
"stylelint": "^15.10.3",
- "stylelint-config-recommended": "^13.0.0",
- "web-ext": "^7.7.0"
+ "stylelint-config-recommended": "^13.0.0"
}
}