1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-27 23:31:41 +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" version: "1.0.0"
summary: A secure and free password manager for all of your devices. summary: A secure and free password manager for all of your devices.
description: 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: apps:
bw: bitwarden-cli:
command: bin/bw command: bw
plugs: [network, home, x11] plugs: [network, home, x11]
parts: parts:
bw: bitwarden-cli:
plugin: nodejs plugin: nodejs
node-packages: node-engine: 9.7.1
- "@bitwarden/cli" source: ../..