mirror of
https://github.com/kunkunsh/kunkun-ext-serve.git
synced 2025-04-03 18:16:42 +00:00
debug: jsr publish
This commit is contained in:
parent
5090c31554
commit
4a3dc26ad3
2
.github/workflows/jsr-publish.yml
vendored
2
.github/workflows/jsr-publish.yml
vendored
@ -22,4 +22,4 @@ jobs:
|
|||||||
- name: Verify Package
|
- name: Verify Package
|
||||||
run: bunx kksh verify --publish
|
run: bunx kksh verify --publish
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
run: bunx jsr publish
|
run: npx jsr publish
|
||||||
|
2
jsr.json
2
jsr.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@kunkun/kunkun-ext-serve",
|
"name": "@kunkun/kunkun-ext-serve",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"imports": {
|
"imports": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.kunkun.sh",
|
"$schema": "https://schema.kunkun.sh",
|
||||||
"name": "kunkun-ext-serve",
|
"name": "kunkun-ext-serve",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"kunkun": {
|
"kunkun": {
|
||||||
"name": "Static File Server",
|
"name": "Static File Server",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user