chore: increment version to 0.1.1, remove demo directory, and update README with new demo image

This commit is contained in:
Huakun Shen 2025-01-18 23:00:03 -05:00
parent 45bb2907ce
commit 45bff407ab
No known key found for this signature in database
4 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,5 @@
# Kunkun Extension ip-info
Show your own ip info or search for ip info.
![](https://i.imgur.com/6rxNyTt.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

View File

@ -1,9 +1,9 @@
{
"name": "@kunkun/kunkun-ext-ip-info",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"exports": "./mod.ts",
"publish": {
"include": ["dist", "demo", "README.md", "package.json", "mod.ts"]
"include": ["dist", "README.md", "package.json", "mod.ts"]
}
}

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh/",
"name": "kunkun-ext-ip-info",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"module": "index.ts",
"repository": "https://github.com/kunkunsh/kunkun-ext-ip-info",
@ -16,7 +16,7 @@
"fetch:all"
],
"demoImages": [
"./demo/ip-info.png"
"https://i.imgur.com/6rxNyTt.png"
],
"icon": {
"type": "iconify",
@ -38,7 +38,6 @@
},
"files": [
"dist",
"demo",
"README.md",
"package.json",
"mod.ts"