diff --git a/angular/package.json b/angular/package.json index 4c68312649..be48560992 100644 --- a/angular/package.json +++ b/angular/package.json @@ -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",