Skip to content

Commit

Permalink
fix mismatch main
Browse files Browse the repository at this point in the history
  • Loading branch information
luutruong committed Jul 5, 2022
1 parent 5942666 commit 60f0426
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "6.5.0",
"summary": "A react native PDF view component",
"description": "A react native PDF view component, support ios and android platform",
"main": "index.js",
"typings": "./index.d.ts",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wonday/react-native-pdf.git"
Expand All @@ -28,12 +27,12 @@
"url": "https://github.com/wonday/react-native-pdf/issues"
},
"dependencies": {
"crypto-js": "^3.2.0",
"typescript": "^4.7.4"
"crypto-js": "^3.2.0"
},
"devDependencies": {
"@types/react-native": "^0.68.0",
"react-native": "^0.68.0"
"react-native": "^0.68.0",
"typescript": "^4.7.4"
},
"files": [
"android/",
Expand Down

0 comments on commit 60f0426

Please sign in to comment.