@gasket/plugin-docusaurus
Advanced tools
Comparing version 7.0.0-next.44 to 7.0.0-next.45
const create = require('./create'); | ||
const docsView = require('./docs-view'); | ||
const configure = require('./configure'); | ||
const webpackConfig = require('./webpack-config'); | ||
@@ -16,2 +17,3 @@ const { name, version, description } = require('../package.json'); | ||
docsView, | ||
webpackConfig, | ||
metadata(gasket, meta) { | ||
@@ -18,0 +20,0 @@ return { |
{ | ||
"name": "@gasket/plugin-docusaurus", | ||
"version": "7.0.0-next.44", | ||
"version": "7.0.0-next.45", | ||
"description": "Gasket plugin for docusaurus", | ||
@@ -49,3 +49,3 @@ "main": "lib/index.js", | ||
"@docusaurus/preset-classic": "^3.4.0", | ||
"@gasket/core": "^7.0.0-next.44", | ||
"@gasket/core": "^7.0.0-next.45", | ||
"cross-env": "^7.0.3", | ||
@@ -79,3 +79,3 @@ "eslint": "^8.56.0", | ||
}, | ||
"gitHead": "3a1d51a5e98ce4bad06faa2fceae90c580c8a0a9" | ||
"gitHead": "cca9f460bdf2859d000443b25a76927251560f48" | ||
} |
11496
11
237