We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1813afa commit 3e32082Copy full SHA for 3e32082
package.json
@@ -3,8 +3,8 @@
3
"version": "4.1.1-development",
4
"description": "This package allows you to accept payment in your react native project using paystack ",
5
"homepage": "https://github.com/just1and0/React-Native-Paystack-WebView#readme",
6
- "main": "production/lib/index.js",
7
- "types": "production/lib/types/index.d.ts",
+ "main": "./production/lib/index.js",
+ "types": "./production/lib/types/index.js",
8
"author": "Oluwatobi Shokunbi <[email protected]>",
9
"license": "MIT",
10
"scripts": {
0 commit comments