Skip to content

Commit 6fe948c

Browse files
committed
Update package.json config
1 parent cd23461 commit 6fe948c

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
{
22
"private": false,
33
"name": "@attio/react-data-list",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "Braden Marshall <braden1996@hotmail.co.uk>",
66
"license": "MIT",
77
"bugs": "https://github.com/attio/react-data-list/issues",
88
"homepage": "https://github.com/attio/react-data-list",
99
"repository": "attio/react-data-list.git",
1010
"type": "module",
1111
"files": [
12-
"lib"
12+
"lib",
13+
"src"
1314
],
14-
"exports": {
15-
"./package.json": "./package.json",
16-
".": {
17-
"types": "./lib/index.d.ts",
18-
"import": "./lib/index.js",
19-
"react-native": "./lib/index.js",
20-
"default": "./lib/index.cjs"
21-
}
22-
},
15+
"main": "lib/index.js",
16+
"module": "lib/index.cjs",
17+
"react-native": "src/index.tsx",
18+
"source": "src/",
19+
"types": "./lib/index.d.ts",
2320
"engines": {
2421
"bun": ">=1.2.21"
2522
},
@@ -56,7 +53,7 @@
5653
"typescript": "~5.9.2"
5754
},
5855
"peerDependencies": {
59-
"@attio/react-descendants": "^1.0.0",
56+
"@attio/react-descendants": "^1.0.1",
6057
"@types/react": "*",
6158
"react": "*"
6259
},

0 commit comments

Comments
 (0)