Skip to content

Commit 379df10

Browse files
committed
Chore: further updated references to plugin and module
1 parent 1ef5498 commit 379df10

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* 📦 [Module] NuxtIpfsPlugin
3+
* 📦 [Module] NuxtModuleIpfs
44
*
55
*/
66

@@ -80,8 +80,8 @@ const addHooks = (instance) => {
8080

8181
// ////////////////////////////////////////////////////////////////// Initialize
8282
// -----------------------------------------------------------------------------
83-
function NuxtPluginIpfs () {
84-
console.log(`📦 [Module] NuxtPluginIpfs`)
83+
function NuxtModuleIpfs () {
84+
console.log(`📦 [Module] NuxtModuleIpfs`)
8585
registerPlugins(this, () => {
8686
if (process.env.NODE_ENV !== 'development') {
8787
addHooks(this)
@@ -91,4 +91,4 @@ function NuxtPluginIpfs () {
9191

9292
// ////////////////////////////////////////////////////////////////////// Export
9393
// -----------------------------------------------------------------------------
94-
export default NuxtPluginIpfs
94+
export default NuxtModuleIpfs

plugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
*
3-
* 🔌 [Plugin | NuxtPluginIpfs] Methods
3+
* 🔌 [Plugin | NuxtModuleIpfs] Methods
44
*
55
*/
66

7-
console.log(`🔌 [Plugin | NuxtPluginIpfs] Methods`)
7+
console.log(`🔌 [Module | NuxtModuleIpfs] Methods`)
88

99
// /////////////////////////////////////////////////////////////////// Functions
1010
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)