Skip to content

Commit

Permalink
Merge pull request #2 from Georepublic/update-repo-link
Browse files Browse the repository at this point in the history
Fix path url
  • Loading branch information
chansuke authored Oct 16, 2020
2 parents c3f72db + f99fc14 commit a8e0a41
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
HashtagMatch,
MentionMatch,
PhoneMatch,
} from 'autolinker/dist/es2015';
} from 'autolinker';
import {
Alert,
Linking,
Expand Down
2 changes: 1 addition & 1 deletion src/matchers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* https://github.com/joshswan/react-native-autolink/blob/master/LICENSE
*/

import { Match, MatchConfig } from 'autolinker/dist/es2015';
import { Match, MatchConfig } from 'autolinker';

export interface LatLngMatchConfig extends MatchConfig {
latlng: string;
Expand Down
16 changes: 10 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1836,12 +1836,11 @@ atob@^2.1.2:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

autolinker@^3.11.1:
version "3.11.1"
resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-3.11.1.tgz#aa4f910371df091b0d714d8d6e700d53f357ce95"
integrity sha512-6sAmetStorjXvwmV8MBxI5DGICHKD1B5EjdkIrq34X6YBDN6jj54EUHnoHgNqmNCclcf8c409zuVMNy449u80g==
"autolinker@https://github.com/Georepublic/Autolinker.js.git":
version "3.14.1"
resolved "https://github.com/Georepublic/Autolinker.js.git#d0bdbb9b7b734e281506764961cbd26c95dbd9dc"
dependencies:
tslib "^1.9.3"
tslib "^2.0.3"

aws-sign2@~0.7.0:
version "0.7.0"
Expand Down Expand Up @@ -8357,11 +8356,16 @@ trim-off-newlines@^1.0.0:
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=

tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
tslib@^1.8.1, tslib@^1.9.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==

tslib@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==

tsutils@^3.17.1:
version "3.17.1"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
Expand Down

0 comments on commit a8e0a41

Please sign in to comment.