File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "type" : " module" ,
13- "main" : " ./dist/index.cjs" ,
14- "module" : " ./dist/index.mjs" ,
15- "types" : " ./dist/index.d.ts" ,
13+ "main" : " dist/index.cjs" ,
14+ "module" : " dist/index.mjs" ,
15+ "types" : " dist/index.d.ts" ,
16+ "exports" : {
17+ "." : {
18+ "import" : " ./dist/index.mjs" ,
19+ "require" : " ./dist/index.cjs" ,
20+ "types" : " ./dist/index.d.ts"
21+ },
22+ "./*" : " ./dist/*"
23+ },
1624 "files" : [
17- " ./ dist/* "
25+ " dist"
1826 ],
1927 "scripts" : {
2028 "release" : " npx semantic-release" ,
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "type" : " module" ,
13- "main" : " ./dist/index.cjs" ,
14- "module" : " ./dist/index.mjs" ,
15- "types" : " ./dist/index.d.ts" ,
13+ "main" : " dist/index.cjs" ,
14+ "module" : " dist/index.mjs" ,
15+ "types" : " dist/index.d.ts" ,
16+ "exports" : {
17+ "." : {
18+ "import" : " ./dist/index.mjs" ,
19+ "require" : " ./dist/index.cjs" ,
20+ "types" : " ./dist/index.d.ts"
21+ },
22+ "./*" : " ./dist/*"
23+ },
1624 "files" : [
17- " ./ dist/* "
25+ " dist"
1826 ],
1927 "scripts" : {
2028 "release" : " npx semantic-release" ,
You can’t perform that action at this time.
0 commit comments