We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7190bd2 commit 0d6f6c8Copy full SHA for 0d6f6c8
1 file changed
package.json
@@ -8,15 +8,15 @@
8
"homepage": "https://github.com/attio/react-data-list",
9
"repository": "attio/react-data-list.git",
10
"type": "module",
11
+ "main": "lib/index.js",
12
+ "source": "src/",
13
+ "react-native": "src/index.ts",
14
+ "types": "./lib/index.d.ts",
15
"files": [
16
"lib",
17
"src"
18
],
- "main": "lib/index.js",
19
"module": "lib/index.cjs",
- "react-native": "src/index.ts",
- "source": "src/",
- "types": "./lib/index.d.ts",
20
"engines": {
21
"bun": ">=1.2.21"
22
},
0 commit comments