Skip to content

Commit 620ce4d

Browse files
committed
chore: rename dependencies file
1 parent 205a16e commit 620ce4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const cleanup = require('rollup-plugin-cleanup');
66
module.exports = {
77
input: 'src/bundle/bundle.js',
88
output: {
9-
file: 'dist/undercards.dependencies.js',
9+
file: 'dist/dependencies.js',
1010
format: 'cjs',
1111
},
1212
context: 'this',

src/meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// @match https://*.undercards.net/*
88
// @match https://feildmaster.github.io/UnderScript/*
99
// @exclude https://*.undercards.net/*/*
10-
// @require https://unpkg.com/underscript@{{ version }}/dist/undercards.dependencies.js
10+
// @require https://unpkg.com/underscript@{{ version }}/dist/dependencies.js
1111
// @require https://www.googletagmanager.com/gtag/js?id=UA-38424623-4
1212
// @homepage https://feildmaster.github.io/UnderScript/
1313
// @source https://github.com/UCProjects/UnderScript

0 commit comments

Comments
 (0)