File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2323 - run : |
2424 bun install
2525 bun run build
26+ bunx kksh@latest verify --publish
2627 - name : Publish package
2728 run : bunx jsr publish
Original file line number Diff line number Diff line change 11{
22 "name" : " @kunkun/kunkun-ext-youtube-downloader" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "license" : " MIT" ,
55 "exports" : " ./mod.ts" ,
66 "imports" : {
1010 "@kunkun/api" : " jsr:@kunkun/api@^0.0.52" ,
1111 "@std/assert" : " jsr:@std/assert@1" ,
1212 "fluent-ffmpeg" : " npm:fluent-ffmpeg@^2.1.3"
13+ },
14+ "publish" : {
15+ "include" : [
16+ " dist" ,
17+ " mod.ts" ,
18+ " package.json" ,
19+ " README.md" ,
20+ " deno-src" ,
21+ " src/api.ts" ,
22+ " .npmrc"
23+ ]
1324 }
1425}
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://schema.kunkun.sh" ,
33 "name" : " kunkun-ext-youtube-dowloader" ,
4- "version" : " 0.0.5 " ,
4+ "version" : " 0.1.1 " ,
55 "license" : " MIT" ,
66 "type" : " module" ,
77 "kunkun" : {
You can’t perform that action at this time.
0 commit comments