File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 99 "files" : [
1010 " dist"
1111 ],
12+ "publishConfig" : {
13+ "registry" : " https://registry.npmjs.org/"
14+ },
1215 "scripts" : {
1316 "dev" : " tsup --watch" ,
1417 "build" : " tsup" ,
Original file line number Diff line number Diff line change 66 "files" : [
77 " dist"
88 ],
9+ "publishConfig" : {
10+ "registry" : " https://registry.npmjs.org/"
11+ },
912 "scripts" : {
1013 "dev" : " echo \" No dev script provided for this package.\" " ,
1114 "build" : " echo \" No build script provided for this package.\" " ,
Original file line number Diff line number Diff line change 77 " dist" ,
88 " scss"
99 ],
10+ "publishConfig" : {
11+ "registry" : " https://registry.npmjs.org/"
12+ },
1013 "exports" : {
1114 "default" : " ./dist/index.css" ,
1215 "scss" : " ./scss/index.scss" ,
You can’t perform that action at this time.
0 commit comments