1
0
Fork 0

Explicitly add web-ext tool and configuration to nodejs/npm configuration

This commit is contained in:
Krzysztof Sikorski 2021-11-08 00:07:42 +01:00
parent d1e464764a
commit cb311d2a9b
Signed by: krzysztof-sikorski
GPG Key ID: 4EB564BD08FE8476
2 changed files with 10530 additions and 2 deletions

10523
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,13 @@
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"eslint": "^8.2.0"
"eslint": "^8.2.0",
"web-ext": "^6.5.0"
},
"webExt": {
"ignoreFiles": [
"package.json",
"package-lock.json"
]
}
}