mirror of
https://github.com/kunkunsh/kunkun-ext-ip-info.git
synced 2025-04-03 02:46: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
|
||||
|
||||
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",
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user