We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decf7e2 commit 6e088b8Copy full SHA for 6e088b8
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "@iterable/react-native-sdk",
3
- "version": "2.0.0-beta",
+ "version": "2.0.0-beta.1",
4
"description": "Iterable SDK for React Native.",
5
"source": "./src/index.tsx",
6
"main": "./lib/module/index.js",
7
"types": "./lib/typescript/src/index.d.ts",
8
"exports": {
9
".": {
10
11
- "default": "./lib/module/index.js"
12
- },
+ "default": "./lib/module/index.js"
+ },
13
"./package.json": "./package.json"
14
},
15
"files": [
0 commit comments