Skip to content

Commit

Permalink
Reduce NPM package size
Browse files Browse the repository at this point in the history
  • Loading branch information
luutruong committed Oct 29, 2021
1 parent f938cdb commit de47c79
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 de47c79

Please sign in to comment.