1
0
mirror of https://github.com/bitwarden/desktop synced 2026-01-06 10:33:31 +00:00

jslib as a submodule

This commit is contained in:
Kyle Spearrin
2018-02-19 16:06:26 -05:00
parent 70f8f2f0e4
commit 3f1e121c9c
8 changed files with 17 additions and 74 deletions

View File

@@ -114,6 +114,8 @@
},
"devDependencies": {
"@types/keytar": "^4.0.1",
"@types/node-forge": "0.7.1",
"@types/webcrypto": "0.0.28",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.28.7",
@@ -150,7 +152,6 @@
"@angular/platform-browser-dynamic": "5.2.0",
"@angular/router": "5.2.0",
"@angular/upgrade": "5.2.0",
"@bitwarden/jslib": "git+https://github.com/bitwarden/jslib.git",
"angular2-toaster": "4.0.2",
"angulartics2": "5.0.1",
"core-js": "2.4.1",
@@ -158,6 +159,7 @@
"electron-store": "1.3.0",
"electron-updater": "2.20.1",
"keytar": "4.1.0",
"node-forge": "0.7.1",
"rxjs": "5.5.6",
"zone.js": "0.8.19"
}