File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
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 },
You can’t perform that action at this time.
0 commit comments