From cb4196e694fb50834ee42a71ffdc5143b15ee88d Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sat, 18 Jan 2025 06:04:15 -0500 Subject: [PATCH] Update version to 0.1.5 in jsr.json and package.json, and refine files included in package configuration --- jsr.json | 2 +- package.json | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/jsr.json b/jsr.json index e33a6c3..a05a5a8 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@kunkun/kunkun-ext-wifi-password", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "exports": "./mod.ts", "publish": { diff --git a/package.json b/package.json index 42786a1..b4f95c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-wifi-password", - "version": "0.1.4", + "license": "MIT", + "version": "0.1.5", "type": "module", "kunkun": { "name": "Wifi Password", @@ -68,9 +69,11 @@ "typescript": "^5.0.0" }, "files": [ - "./dist", - ".gitignore" + "dist", + "README.md", + "mod.ts", + "package.json" ], - "packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a", + "packageManager": "pnpm@9.15.4", "module": "index.ts" -} \ No newline at end of file +}