Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
webrtc adapter not required
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Sep 18, 2018
1 parent e137499 commit 644c63d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion app/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ if (IS_CX) {
window.cxHelpers['similarity'] = similarity;
window.cxHelpers['levenshtein'] = levenshtein;
} else {
require('webrtc-adapter'); // adapter to ensure a common api for webRTC
var MewConnectEth = require('./staticJS/mewConnectEth');
var MewConnect = require('@myetherwallet/mewconnect-web-client').Initiator;
var u2f = require('./staticJS/u2f-api');
Expand Down
22 changes: 0 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"run-sequence": "^1.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webrtc-adapter": "^6.3.2",
"xss-filters": "^1.2.7"
},
"devDependencies": {
Expand Down

0 comments on commit 644c63d

Please sign in to comment.