File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 66 "lint" : " eslint" ,
77 "build" : " tsc && vite build"
88 },
9+ "publishConfig" : {
10+ "access" : " public"
11+ },
912 "sideEffects" : false ,
1013 "main" : " ./dist/index.cjs" ,
1114 "module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 66 "lint" : " eslint" ,
77 "build" : " vite build"
88 },
9+ "publishConfig" : {
10+ "access" : " public"
11+ },
912 "sideEffects" : false ,
1013 "main" : " ./dist/index.cjs" ,
1114 "module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 66 "lint" : " eslint" ,
77 "build" : " tsc && vite build"
88 },
9+ "publishConfig" : {
10+ "access" : " public"
11+ },
912 "sideEffects" : false ,
1013 "main" : " ./dist/index.cjs" ,
1114 "module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 66 "lint" : " eslint" ,
77 "build" : " tsc && vite build"
88 },
9+ "publishConfig" : {
10+ "access" : " public"
11+ },
912 "sideEffects" : false ,
1013 "main" : " ./dist/index.cjs" ,
1114 "module" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments