Skip to content

Commit

Permalink
Update target
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Jul 15, 2021
1 parent 65e7d35 commit 1f9a319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flyerhq/react-native-link-preview",
"version": "1.3.4",
"version": "1.3.5",
"description": "Fully customizable preview of the URL extracted from the provided text.",
"homepage": "https://github.com/flyerhq/react-native-link-preview#readme",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"jsx": "react-native",
"jsx": "react",
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "Node",
Expand Down

0 comments on commit 1f9a319

Please sign in to comment.