From 3720b9481f7dab300f728503b9fad51af7773184 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 18 Dec 2018 17:00:03 -0500 Subject: [PATCH] install and use duo_web_sdk w/ npm --- package-lock.json | 2 +- src/connectors/duo.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8ecff096f..158d132914 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2776,7 +2776,7 @@ } }, "duo_web_sdk": { - "version": "git+https://github.com/duosecurity/duo_web_sdk.git#ee0a7add8e1bae31f12e0916717f4f983bac6a37", + "version": "git+https://github.com/duosecurity/duo_web_sdk.git#410a9186cc34663c4913b17d6528067cd3331f1d", "from": "git+https://github.com/duosecurity/duo_web_sdk.git" }, "duplexify": { diff --git a/src/connectors/duo.ts b/src/connectors/duo.ts index c9947e360d..1218354d88 100644 --- a/src/connectors/duo.ts +++ b/src/connectors/duo.ts @@ -1,4 +1,4 @@ -import * as DuoWebSDK from 'jslib/misc/duo'; +import * as DuoWebSDK from 'duo_web_sdk'; // tslint:disable-next-line require('./duo.scss');