feat: rename astro-plugin-astro-sw to globals
This commit is contained in:
parent
0a0d257f4c
commit
291da42cd3
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
export const globals = {
|
||||
export default {
|
||||
__prefix: false,
|
||||
__version: false,
|
||||
__assets: false,
|
|
@ -11,8 +11,8 @@
|
|||
".": {
|
||||
"import": "./astro-sw.js"
|
||||
},
|
||||
"eslint-plugin-astro-sw": {
|
||||
"import": "./eslint-plugin-astro-sw.js"
|
||||
"globals": {
|
||||
"import": "./globals.js"
|
||||
}
|
||||
},
|
||||
"main": "./astro-sw.js",
|
||||
|
|
Loading…
Reference in a new issue