We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe948c commit 7190bd2Copy full SHA for 7190bd2
package.json
@@ -1,7 +1,7 @@
1
{
2
"private": false,
3
"name": "@attio/react-data-list",
4
- "version": "1.0.1",
+ "version": "1.0.2",
5
"author": "Braden Marshall <braden1996@hotmail.co.uk>",
6
"license": "MIT",
7
"bugs": "https://github.com/attio/react-data-list/issues",
@@ -14,7 +14,7 @@
14
],
15
"main": "lib/index.js",
16
"module": "lib/index.cjs",
17
- "react-native": "src/index.tsx",
+ "react-native": "src/index.ts",
18
"source": "src/",
19
"types": "./lib/index.d.ts",
20
"engines": {
0 commit comments