1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 01:23:57 +00:00

move shared CLI items to jslib

This commit is contained in:
Kyle Spearrin
2019-03-15 22:33:19 -04:00
parent 49e06e77c4
commit 13a160fb79
11 changed files with 380 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
"test:node:watch": "concurrently -k -n TSC,Node -c yellow,cyan \"npm run build:watch\" \"nodemon -w ./dist --delay 500ms --exec jasmine\""
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/form-data": "^2.2.1",
"@types/jasmine": "^2.8.8",
"@types/lowdb": "^1.0.5",
@@ -72,6 +73,7 @@
"@aspnet/signalr": "1.0.4",
"@aspnet/signalr-protocol-msgpack": "1.0.4",
"big-integer": "1.6.36",
"commander": "2.18.0",
"core-js": "2.6.2",
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
"electron-log": "2.2.17",