Skip to content

Commit

Permalink
Merge pull request #602 from luutruong/reduce-npm-package
Browse files Browse the repository at this point in the history
Reduce NPM package size
  • Loading branch information
wonday authored Oct 30, 2021
2 parents f938cdb + de47c79 commit 0d52cf0
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,24 @@
"url": "https://github.com/wonday/react-native-pdf/issues"
},
"dependencies": {
"crypto-js": "^3.2.0",
"crypto-js": "^3.2.0"
},
"devDependencies": {
"prop-types": "^15.7.2"
}
},
"files": [
"android/",
"ios/",
"windows/",
"DoubleTapView.js",
"index.d.ts",
"index.js",
"index.js.flow",
"PdfManager.js",
"PdfPageView.js",
"PdfView.js",
"PdfViewFlatList.js",
"PinchZoomView.js",
"react-native-pdf.podspec"
]
}

0 comments on commit 0d52cf0

Please sign in to comment.