rename snap to yaml

This commit is contained in:
Kyle Spearrin 2018-05-24 21:38:48 -04:00
parent ba36345daa
commit 0a0cab1d01
1 changed files with 6 additions and 6 deletions

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: ../..