mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
format package.json
This commit is contained in:
3
package-lock.json
generated
3
package-lock.json
generated
@@ -4223,7 +4223,8 @@
|
||||
"jsbn": {
|
||||
"version": "0.1.1",
|
||||
"bundled": true,
|
||||
"dev": true
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"json-schema": {
|
||||
"version": "0.2.3",
|
||||
|
||||
12
package.json
12
package.json
@@ -177,9 +177,15 @@
|
||||
},
|
||||
"snap": {
|
||||
"confinement": "strict",
|
||||
"plugs": ["default", "password-manager-service"],
|
||||
"stagePackages": ["default", "libsecret-1-0"]
|
||||
}
|
||||
"plugs": [
|
||||
"default",
|
||||
"password-manager-service"
|
||||
],
|
||||
"stagePackages": [
|
||||
"default",
|
||||
"libsecret-1-0"
|
||||
]
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "5.2.0",
|
||||
|
||||
Reference in New Issue
Block a user