Skip to content

Commit 98a3dbf

Browse files
authored
feat: update @nuxtjs/dayjs module (#41)
* feat: update @nuxtjs/dayjs module * feat: update @nuxtjs/dayjs module
1 parent 4f82e31 commit 98a3dbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

detectors/nuxt.modules.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@
219219
"js": "window.$nuxt?.$options?.context?.app?.$rollbar"
220220
}
221221
},
222-
"nuxt-dayjs-module": {
222+
"@nuxtjs/dayjs": {
223223
"metas": {
224-
"slug": "nuxt-dayjs-module",
225-
"name": "nuxt-dayjs-module",
224+
"slug": "nuxtjs-dayjs",
225+
"name": "@nuxtjs/dayjs",
226226
"imgPath": null,
227-
"url": "https://github.com/potato4d/nuxt-dayjs-module"
227+
"url": "https://github.com/nuxt-community/dayjs-module"
228228
},
229229
"detectors": {
230230
"js": "window.$nuxt?.$options?.context?.app?.$dayjs"

0 commit comments

Comments
 (0)