1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-16 13:55:52 +02:00

rename snap to yaml

This commit is contained in:
Kyle Spearrin 2018-05-24 21:38:48 -04:00
parent ba36345daa
commit 0a0cab1d01

View File

@ -2,13 +2,13 @@ name: bitwarden-cli
version: "1.0.0"
summary: A secure and free password manager for all of your devices.
description: A secure and free password manager for all of your devices.
confinement: strict
confinement: devmode
apps:
bw:
command: bin/bw
bitwarden-cli:
command: bw
plugs: [network, home, x11]
parts:
bw:
bitwarden-cli:
plugin: nodejs
node-packages:
- "@bitwarden/cli"
node-engine: 9.7.1
source: ../..