Skip to content

Commit

Permalink
fix invalid import , publish v2.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMieskoski committed Nov 26, 2020
1 parent 9ccbd6d commit 9952d63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### Release v2.1.16
- fix invalid import

### Release v2.1.15
- update app store and play store links

Expand Down Expand Up @@ -203,4 +206,3 @@
- Gracefully handle disconnect call when webrtc never initiated

### Release v0.0.1-alpha.3

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.15",
"version": "2.1.16",
"main": "./dist/index.js",
"module": "./src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/connectProvider/platformDeepLinking.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
import {IOS_LINK, ANDROID_LINK} from '@/config';
import {IOS_LINK, ANDROID_LINK} from '../config';

const APP_STORE_LINK = IOS_LINK
const PLAY_STORE_LINK = ANDROID_LINK
Expand Down

0 comments on commit 9952d63

Please sign in to comment.