koishi-plugin-csss 4.1.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-csss",
3
3
  "description": "一个用于 Koishi 的 CS:GO / CS2 服务器状态查询插件,支持单个/批量查询、服务器列表管理,并可将结果渲染为图片",
4
- "version": "4.1.0",
4
+ "version": "4.1.1",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
@@ -9,10 +9,10 @@
9
9
  "dist"
10
10
  ],
11
11
  "license": "MIT",
12
- "homepage": "https://github.com/sanksu/koishi-plugin-csss",
12
+ "homepage": "https://github.com/Sanksu/koishi-plugin-csss",
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "git+https://github.com/sanksu/koishi-plugin-csss.git"
15
+ "url": "https://github.com/Sanksu/koishi-plugin-csss"
16
16
  },
17
17
  "keywords": [
18
18
  "chatbot",
@@ -44,4 +44,4 @@
44
44
  "scripts": {
45
45
  "build": "tsc"
46
46
  }
47
- }
47
+ }