@vuepress/shared-utils
Advanced tools
Comparing version 1.0.0-alpha.42 to 1.0.0-alpha.43
"use strict"; | ||
const matter = require('gray-matter'); | ||
const toml = require('toml'); | ||
module.exports = function parseFrontmatter(content) { | ||
const matter = require('gray-matter'); | ||
const toml = require('toml'); | ||
return matter(content, { | ||
@@ -6,0 +6,0 @@ excerpt_separator: '<!-- more -->', |
{ | ||
"name": "@vuepress/shared-utils", | ||
"version": "1.0.0-alpha.42", | ||
"version": "1.0.0-alpha.43", | ||
"description": "shared-utils for vuepress", | ||
@@ -46,3 +46,3 @@ "main": "lib/index.js", | ||
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/shared-utils#readme", | ||
"gitHead": "f4ce75f73e4d5b64ff552501eada396b0cec5679" | ||
"gitHead": "74d9795a20e45b4030d5d418e633b0cc05946732" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41500
61
1115