We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0368f5c commit a101015Copy full SHA for a101015
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "userscripts",
3
"description": "A collection of user scripts for various purposes.",
4
- "version": "0.0.9",
+ "version": "0.0.10",
5
"private": true,
6
"author": "https://rxliuli.com/",
7
"license": "GPL-3.0-only",
packages/tvtropes-anti-adblock-bypass/vite.config.ts
@@ -12,7 +12,7 @@ export default defineConfig({
12
match: ['https://tvtropes.org/**'],
13
author: 'rxliuli',
14
license: 'GPL-3.0-only',
15
- version: (await import('./package.json')).version,
+ version: (await import('../../package.json')).version,
16
'run-at': 'document-start',
17
},
18
}),
0 commit comments