Skip to content

Commit 895f7ef

Browse files
committed
second
1 parent 98eb9cb commit 895f7ef

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

dist/govet-us-collection.user.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name GoVetUCCollection
33
// @namespace https://github.com/goveteth
4-
// @version 0.1.1
4+
// @version 0.1.2
55
// @description Govet UserScript Collection
66
// @license MIT
77
// @icon https://avatars.githubusercontent.com/u/124812342?v=4
@@ -14,8 +14,7 @@
1414
// @require https://cdn.jsdelivr.net/npm/systemjs@6.15.1/dist/system.min.js
1515
// @require https://cdn.jsdelivr.net/npm/systemjs@6.15.1/dist/extras/named-register.min.js
1616
// @require data:application/javascript,%3B(typeof%20System!%3D'undefined')%26%26(System%3Dnew%20System.constructor())%3B
17-
// @connect github.com
18-
// @connect deepwiki.com
17+
// @connect motherless.com
1918
// @grant GM_download
2019
// @grant GM_xmlhttpRequest
2120
// @noframes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "govet-us-collection",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"private": true,
66
"packageManager": "pnpm@10.29.3",
77
"description": "Govet UserScript Collection",

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default defineConfig(async () => {
6464
grant: ['GM_xmlhttpRequest', 'GM_download'],
6565
updateURL: 'https://github.com/goveteth/us-collection/raw/main/dist/govet-us-collection.user.js',
6666
downloadURL: 'https://github.com/goveteth/us-collection/raw/main/dist/govet-us-collection.user.js',
67-
connect: ['github.com', 'deepwiki.com'],
67+
connect: ['motherless.com'],
6868
noframes: true,
6969
license: 'MIT',
7070
},

0 commit comments

Comments
 (0)