1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-17 02:34:47 +02:00

Add missing dependency 'duo_web_sdk' in jslib/angular/package.json (#441)

This commit is contained in:
Daniel James Smith 2021-07-28 18:35:03 +02:00 committed by GitHub
parent ecdd08624f
commit 23309d33e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@
"lint:fix": "tslint 'src/**/*.ts' 'spec/**/*.ts' --fix"
},
"devDependencies": {
"@types/duo_web_sdk": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "4.1.5"
},
@ -34,6 +35,7 @@
"@angular/platform-browser-dynamic": "^11.2.11",
"@angular/router": "^11.2.11",
"@bitwarden/jslib-common": "file:../common",
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
"ngx-infinite-scroll": "10.0.1",
"rxjs": "6.6.7",
"tldjs": "^2.3.1",