Fix a couple incorrect link detections ('e.g.' and 'foo.jpg') (close #13)

This commit is contained in:
Paul Frazee 2022-11-28 10:22:08 -06:00
parent 8723b51693
commit bcb1ad98de
4 changed files with 51 additions and 4 deletions

View file

@ -46,7 +46,8 @@
"react-native-svg": "^12.4.0",
"react-native-tab-view": "^3.3.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-web": "^0.17.7"
"react-native-web": "^0.17.7",
"tlds": "^1.234.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
@ -74,7 +75,9 @@
},
"jest": {
"preset": "react-native",
"setupFiles": ["./jest.js"],
"setupFiles": [
"./jest.js"
],
"moduleFileExtensions": [
"ts",
"tsx",