1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

fdroid assets

This commit is contained in:
Kyle Spearrin
2019-06-10 13:36:03 -04:00
parent c4ebd8b6b7
commit 5963cd35d5
6 changed files with 396 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "bitwarden-fdroid",
"version": "0.0.0",
"scripts": {
"deploy": "gh-pages --dist dist"
},
"devDependencies": {
"gh-pages": "^1.2.0"
}
}