Skip to content

Commit 62ba825

Browse files
committed
chore: move from List-KR to FilteringDev
1 parent a4ccf96 commit 62ba825

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
node-version: 'lts/*'
4040
- name: Purge jsdelivr cache
41-
uses: List-KR/jsdelivr-purge-npm@1.0.6
41+
uses: FilteringDev/jsdelivr-purge-npm@1.0.7
4242
with:
4343
package: '@list-kr/tinyshield'
4444
disttag: 'latest'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@list-kr/tinyshield",
3-
"version": "1.8.1",
2+
"name": "@filteringdev/tinyshield",
3+
"version": "1.8.2",
44
"description": "",
55
"type": "module",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/List-KR/tinyShield.git"
17+
"url": "git+https://github.com/FilteringDev/tinyShield.git"
1818
},
1919
"license": "MIT",
2020
"dependencies": {

sources/banner.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// ==UserScript==
22
// @name tinyShield
33
// @encoding utf-8
4-
// @namespace https://github.com/List-KR/tinyShield
5-
// @homepageURL https://github.com/List-KR/tinyShield
6-
// @supportURL https://github.com/List-KR/tinyShield/issues
4+
// @namespace https://github.com/FilteringDev/tinyShield
5+
// @homepageURL https://github.com/FilteringDev/tinyShield
6+
// @supportURL https://github.com/FilteringDev/tinyShield/issues
77
// @updateURL https://cdn.jsdelivr.net/npm/@filteringdev/tinyshield@latest/dist/tinyShield.user.js
88
// @downloadURL https://cdn.jsdelivr.net/npm/@filteringdev/tinyshield@latest/dist/tinyShield.user.js
99
// @license MIT
1010
//
11-
// @version 1.8.1
11+
// @version 1.8.2
1212
// @author PiQuark6046 and contributors
1313
//
1414
// @match *://ygosu.com/*

0 commit comments

Comments
 (0)