debug: jsr publish

This commit is contained in:
Huakun Shen 2025-01-29 23:07:18 -05:00
parent 5090c31554
commit 4a3dc26ad3
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -22,4 +22,4 @@ jobs:
- name: Verify Package
run: bunx kksh verify --publish
- name: Publish package
run: bunx jsr publish
run: npx jsr publish

View File

@ -1,6 +1,6 @@
{
"name": "@kunkun/kunkun-ext-serve",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"exports": "./mod.ts",
"imports": {

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-serve",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"kunkun": {
"name": "Static File Server",