We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d8599 commit 340856bCopy full SHA for 340856b
packages/react-native/package.json
@@ -1,12 +1,19 @@
1
{
2
"name": "@okto_web3/react-native-sdk",
3
- "version": "0.4.1-dev.11",
+ "version": "0.4.1-dev.12",
4
"description": "React-Native for Okto SDK",
5
"type": "module",
6
"source": "./src/index.ts",
7
"main": "./dist/commonjs/index.js",
8
"types": "./dist/typescript/react-native/src/index.d.ts",
9
"module": "./dist/module/index.js",
10
+ "exports": {
11
+ ".": {
12
+ "types": "./dist/typescript/react-native/src/index.d.ts",
13
+ "import": "./dist/module/index.js",
14
+ "require": "./dist/commonjs/index.js"
15
+ }
16
+ },
17
"scripts": {
18
"dev": "tsc --watch",
19
"build": "bob build",
0 commit comments