@vuepress/plugin-blog
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
@@ -1,3 +0,2 @@ | ||
const path = require('path') | ||
const { datatypes: { isString }} = require('@vuepress/shared-utils') | ||
const { path, datatypes: { isString }} = require('@vuepress/shared-utils') | ||
@@ -4,0 +3,0 @@ module.exports = (options, ctx) => { |
{ | ||
"name": "@vuepress/plugin-blog", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "blog plugin for vuepress", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6516
205