mirror of
https://github.com/kunkunsh/kunkun-ext-ip-info.git
synced 2025-04-03 19:06:42 +00:00
chore: increment version to 0.1.1, remove demo directory, and update README with new demo image
This commit is contained in:
parent
45bb2907ce
commit
45bff407ab
@ -1,3 +1,5 @@
|
|||||||
# Kunkun Extension ip-info
|
# Kunkun Extension ip-info
|
||||||
|
|
||||||
Show your own ip info or search for ip info.
|
Show your own ip info or search for ip info.
|
||||||
|
|
||||||
|

|
BIN
demo/ip-info.png
BIN
demo/ip-info.png
Binary file not shown.
Before Width: | Height: | Size: 181 KiB |
4
jsr.json
4
jsr.json
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "@kunkun/kunkun-ext-ip-info",
|
"name": "@kunkun/kunkun-ext-ip-info",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"publish": {
|
"publish": {
|
||||||
"include": ["dist", "demo", "README.md", "package.json", "mod.ts"]
|
"include": ["dist", "README.md", "package.json", "mod.ts"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.kunkun.sh/",
|
"$schema": "https://schema.kunkun.sh/",
|
||||||
"name": "kunkun-ext-ip-info",
|
"name": "kunkun-ext-ip-info",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"module": "index.ts",
|
"module": "index.ts",
|
||||||
"repository": "https://github.com/kunkunsh/kunkun-ext-ip-info",
|
"repository": "https://github.com/kunkunsh/kunkun-ext-ip-info",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"fetch:all"
|
"fetch:all"
|
||||||
],
|
],
|
||||||
"demoImages": [
|
"demoImages": [
|
||||||
"./demo/ip-info.png"
|
"https://i.imgur.com/6rxNyTt.png"
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"type": "iconify",
|
"type": "iconify",
|
||||||
@ -38,7 +38,6 @@
|
|||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"demo",
|
|
||||||
"README.md",
|
"README.md",
|
||||||
"package.json",
|
"package.json",
|
||||||
"mod.ts"
|
"mod.ts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user