Added protocol for AppImage build

This commit is contained in:
Chad Scharf 2020-09-21 18:13:25 -04:00
parent e6a61605a3
commit 103141ed97
1 changed files with 9 additions and 1 deletions

View File

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