1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

install and use duo_web_sdk w/ npm

This commit is contained in:
Kyle Spearrin
2018-12-18 17:00:43 -05:00
parent 346dab2c26
commit 99ed78a2e6
3 changed files with 7 additions and 2 deletions

2
jslib

Submodule jslib updated: 18ac2db323...aa17849329

6
package-lock.json generated
View File

@@ -3298,6 +3298,10 @@
}
}
},
"duo_web_sdk": {
"version": "git+https://github.com/duosecurity/duo_web_sdk.git#410a9186cc34663c4913b17d6528067cd3331f1d",
"from": "git+https://github.com/duosecurity/duo_web_sdk.git"
},
"duplexer3": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
@@ -9759,7 +9763,7 @@
},
"pretty-hrtime": {
"version": "1.0.3",
"resolved": "http://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
"resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
"integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=",
"dev": true
},

View File

@@ -166,6 +166,7 @@
"big-integer": "1.6.36",
"bootstrap": "4.1.3",
"core-js": "2.5.7",
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
"electron-log": "2.2.14",
"electron-updater": "3.0.3",
"googleapis": "33.0.0",