1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-01 04:37:40 +02:00

Added protocol for AppImage build

This commit is contained in:
Chad Scharf 2020-09-21 18:13:25 -04:00
parent e6a61605a3
commit 103141ed97

View File

@ -219,7 +219,15 @@
"publish": [
"github"
]
}
},
"protocols": [
{
"name": "Bitwarden",
"schemes": [
"bitwarden"
]
}
]
},
"devDependencies": {
"@angular/compiler-cli": "^9.1.12",