Skip to content

Commit 0d6f6c8

Browse files
committed
Fix syncpack
1 parent 7190bd2 commit 0d6f6c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"homepage": "https://github.com/attio/react-data-list",
99
"repository": "attio/react-data-list.git",
1010
"type": "module",
11+
"main": "lib/index.js",
12+
"source": "src/",
13+
"react-native": "src/index.ts",
14+
"types": "./lib/index.d.ts",
1115
"files": [
1216
"lib",
1317
"src"
1418
],
15-
"main": "lib/index.js",
1619
"module": "lib/index.cjs",
17-
"react-native": "src/index.ts",
18-
"source": "src/",
19-
"types": "./lib/index.d.ts",
2020
"engines": {
2121
"bun": ">=1.2.21"
2222
},

0 commit comments

Comments
 (0)