@geins/ralph-module-streamify
Advanced tools
Comparing version 1.0.1 to 1.0.2
const path = require('path'); | ||
const { requireNuxtVersion } = require('./compatibility'); | ||
@@ -18,6 +17,2 @@ // Change this to match your module name | ||
module.exports = async function(moduleOptions) { | ||
requireNuxtVersion(this.nuxt, '2.0.0'); | ||
const { nuxt } = this; | ||
const consola = require('consola'); | ||
const options = { | ||
@@ -33,4 +28,2 @@ ...defaults, | ||
consola.info(`[${options.name}]`, 'Initializing module...'); | ||
this.addTemplate({ | ||
@@ -37,0 +30,0 @@ src: path.resolve(__dirname, 'module.utils.js'), |
{ | ||
"name": "@geins/ralph-module-streamify", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Streamify module for Geins PWA Storefront Ralph", | ||
@@ -5,0 +5,0 @@ "author": { |
13557
188