Skip to content

Commit

Permalink
disable including icons for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMieskoski committed Jan 19, 2021
1 parent 7418680 commit a0be83c
Show file tree
Hide file tree
Showing 34 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Release 2.1.20
- Detect in-app browser and default to use it.
- Don't redirect to open app on IOS
- UI changes/fixes

### Release 2.1.20-beta.1
- Reduce size of tokens-eth.json file

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@myetherwallet/mewconnect-web-client",
"homepage": "https://github.com/myetherwallet/MEWconnect-web-client",
"version": "2.1.20-beta.1",
"version": "2.1.20",
"main": "./dist/index.js",
"module": "./src/index.js",
"scripts": {
Expand Down

Large diffs are not rendered by default.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import 'core-js/stable';
import 'regenerator-runtime/runtime';
import MewConnectClient from './connectClient/index';
import MewConnectProvider from './connectProvider/index';
import icons from './Icon';
// import icons from './icon';

export default {
Initiator: MewConnectClient.Initiator,
Crypto: MewConnectClient.Crypto,
Client: MewConnectClient,
Provider: MewConnectProvider,
icons
Provider: MewConnectProvider
// icons
};

0 comments on commit a0be83c

Please sign in to comment.