mirror of
https://github.com/kunkunsh/kunkun-ext-wifi-password.git
synced 2025-04-03 18:56:43 +00:00
Update version to 0.1.5 in jsr.json and package.json, and refine files included in package configuration
This commit is contained in:
parent
bc895806cc
commit
cb4196e694
2
jsr.json
2
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": {
|
||||
|
13
package.json
13
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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user