Skip to content

Commit

Permalink
Replace jsdelivr usage to fastly.jsdelivr.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed May 26, 2022
1 parent d6cc8ca commit 6f318de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/userscript/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"namespace": "npmjs.com/package/@spxx/userscript",
"description": "Minecraft.net blog article to BBCode converter, rewritten",
"downloadURL": "https://cdn.jsdelivr.net/npm/@spxx/userscript/dist/bundle.user.js",
"updateURL": "https://cdn.jsdelivr.net/npm/@spxx/userscript/dist/bundle.user.js",
"downloadURL": "https://fastly.jsdelivr.net/npm/@spxx/userscript/dist/bundle.user.js",
"updateURL": "https://fastly.jsdelivr.net/npm/@spxx/userscript/dist/bundle.user.js",
"homepage": "https://github.com/SPXFellow/spxx",
"include": [
"https://www.minecraft.net/en-us/article/*",
Expand All @@ -22,7 +22,7 @@
"https://help.minecraft.net/hc/en-us/articles/*"
],
"require": [
"https://cdn.jsdelivr.net/gh/sizzlemctwizzle/GM_config@master/gm_config.js"
"https://fastly.jsdelivr.net/gh/sizzlemctwizzle/GM_config@master/gm_config.js"
],
"grant": [
"GM_setClipboard",
Expand Down

0 comments on commit 6f318de

Please sign in to comment.