mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Update package JSON scripts
This commit is contained in:
parent
e2b0068ced
commit
868b927c9c
2 changed files with 2528 additions and 1529 deletions
4049
package-lock.json
generated
4049
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -5,16 +5,16 @@
|
|||
"main": "build.js",
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-airbnb-base": "^14.0.0",
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"mocha": "^8.1.3",
|
||||
"eslint-config-airbnb-base": "^14.2.0",
|
||||
"eslint-plugin-import": "^2.24.2",
|
||||
"mocha": "^8.4.0",
|
||||
"zip-a-folder": "0.0.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"file-url": "^3.0.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"selenium-webdriver": "^3.6.0",
|
||||
"soft-assert": "^0.2.3"
|
||||
"soft-assert": "^0.2.6"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node build.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue