1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-02 03:21:19 +00:00

move getDomain to jslib Utils

This commit is contained in:
Kyle Spearrin
2018-10-13 22:21:54 -04:00
parent c35576deb8
commit ad97afc590
9 changed files with 94 additions and 29 deletions

View File

@@ -32,6 +32,7 @@
"@types/node-fetch": "^2.1.2",
"@types/node-forge": "^0.7.5",
"@types/papaparse": "^4.5.3",
"@types/tldjs": "^2.3.0",
"@types/webcrypto": "0.0.28",
"concurrently": "3.5.1",
"electron": "2.0.11",
@@ -80,6 +81,7 @@
"node-forge": "0.7.6",
"papaparse": "4.6.0",
"rxjs": "6.3.2",
"tldjs": "2.3.1",
"zone.js": "0.8.26"
}
}