File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 99 " encoding" ,
1010 " extension"
1111 ],
12- "files" : [
13- " dist" ,
14- " index.ts"
15- ],
1612 "repository" : {
1713 "type" : " git" ,
1814 "url" : " git+https://github.com/douglasduteil/htmx.ext...chunked-transfer.git"
1915 },
2016 "license" : " WTFPL" ,
2117 "author" : " Douglas Duteil <douglasduteil@gmail.com> (https://douglasduteil.github.io/)" ,
2218 "type" : " module" ,
23- "module" : " index.ts" ,
2419 "main" : " dist/index.js" ,
2520 "unpkg" : " dist/index.js" ,
21+ "module" : " index.ts" ,
22+ "files" : [
23+ " dist" ,
24+ " index.ts"
25+ ],
2626 "scripts" : {
2727 "build" : " bun build index.ts --outdir dist" ,
2828 "dev" : " bun start" ,
3636 "prettier" : " ^3.1.1" ,
3737 "typescript" : " ^5.0.0"
3838 },
39- "peerDependencies" : {}
39+ "peerDependencies" : {},
40+ "publishConfig" : {
41+ "access" : " public" ,
42+ "provenance" : true
43+ }
4044}
You can’t perform that action at this time.
0 commit comments