chore: add & sync package-lock

This commit is contained in:
Aetherinox 2024-04-21 09:17:59 -07:00
parent 4c7897e934
commit f798b9571c
No known key found for this signature in database
GPG Key ID: CB5C4C30CD0D4028
3 changed files with 1018 additions and 39 deletions

2
.npmrc
View File

@ -1,2 +1,2 @@
registry=http://registry.npmjs.org/
package-lock=false
package-lock=true

1052
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -116,6 +116,9 @@
"grunt-appdmg": "github:keeweb/grunt-appdmg#874ad83",
"keytar": "7.7.0"
},
"devDependencies": {
"prettier-eslint": "^16.3.0"
},
"extraResources": [
"./node_modules/@electron/remote/**"
],