Skip to content

Commit

Permalink
fix: export react-native source
Browse files Browse the repository at this point in the history
  • Loading branch information
huextrat committed Sep 18, 2024
1 parent ba609ca commit a7fad42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "react-native-rate-app",
"version": "1.0.3",
"version": "1.0.4",
"description": "React Native module for In App Rating on Android and iOS",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
"react-native": "src/index.ts",
"module": "./lib/module/index.js",
"source": "src/index.tsx",
"main": "lib/commonjs/index.js",
"react-native": "src/index.tsx",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"files": [
"src",
Expand Down

0 comments on commit a7fad42

Please sign in to comment.