@vuepress/shared
Advanced tools
Comparing version 2.0.0-rc.13 to 2.0.0-rc.14
@@ -14,4 +14,3 @@ // src/utils/links/isLinkWithProtocol.ts | ||
var inferRoutePath = (path) => { | ||
if (!path || path.endsWith("/")) | ||
return path; | ||
if (!path || path.endsWith("/")) return path; | ||
let routePath = path.replace(/(^|\/)README.md$/i, "$1index.html"); | ||
@@ -18,0 +17,0 @@ if (routePath.endsWith(".md")) { |
{ | ||
"name": "@vuepress/shared", | ||
"version": "2.0.0-rc.13", | ||
"version": "2.0.0-rc.14", | ||
"description": "Utils that shared between VuePress node and client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
15060
416