@vuepress/shared-utils
Advanced tools
Comparing version 1.0.0-alpha.35 to 1.0.0-alpha.36
@@ -7,3 +7,2 @@ "use strict"; | ||
// @ts-ignore | ||
const vue_template_compiler_1 = __importDefault(require("vue-template-compiler")); | ||
const component_compiler_utils_1 = require("@vue/component-compiler-utils"); | ||
@@ -19,3 +18,3 @@ const parseFrontmatter_1 = __importDefault(require("./parseFrontmatter")); | ||
source: src, | ||
compiler: vue_template_compiler_1.default, | ||
compiler: require('vue-template-compiler'), | ||
needMap: false | ||
@@ -22,0 +21,0 @@ }); |
{ | ||
"name": "@vuepress/shared-utils", | ||
"version": "1.0.0-alpha.35", | ||
"version": "1.0.0-alpha.36", | ||
"description": "shared-utils for vuepress", | ||
@@ -20,3 +20,4 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/vuejs/vuepress.git" | ||
"url": "git+https://github.com/vuejs/vuepress.git", | ||
"directory": "packages/@vuepress/shared-utils" | ||
}, | ||
@@ -46,3 +47,3 @@ "keywords": [ | ||
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/shared-utils#readme", | ||
"gitHead": "67955d06457b23cc0081ef034662de2efe5363e3" | ||
"gitHead": "0df108766b5bbb94e5ba9c7a5bb92e31306e99eb" | ||
} |
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
41241
1108