Update version to 0.1.4 in jsr.json and package.json, and include package.json in publish configuration

This commit is contained in:
Huakun Shen 2025-01-18 04:38:34 -05:00
parent bde6932caa
commit bc895806cc
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
{ {
"name": "@kunkun/kunkun-ext-wifi-password", "name": "@kunkun/kunkun-ext-wifi-password",
"version": "0.1.3", "version": "0.1.4",
"license": "MIT", "license": "MIT",
"exports": "./mod.ts", "exports": "./mod.ts",
"publish": { "publish": {
"include": ["dist", "README.md", "mod.ts"] "include": ["dist", "README.md", "mod.ts", "package.json"]
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.kunkun.sh", "$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-wifi-password", "name": "kunkun-ext-wifi-password",
"version": "0.1.3", "version": "0.1.4",
"type": "module", "type": "module",
"kunkun": { "kunkun": {
"name": "Wifi Password", "name": "Wifi Password",