@docusaurus/utils
Advanced tools
Comparing version 2.0.0-alpha.32 to 2.0.0-alpha.33
{ | ||
"name": "@docusaurus/utils", | ||
"version": "2.0.0-alpha.32", | ||
"version": "2.0.0-alpha.33", | ||
"description": "Node utility functions for Docusaurus packages", | ||
@@ -20,3 +20,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "cd9e2f23464a468ad50973c795f3052f4f7852bd" | ||
"gitHead": "e6b077410cb596b00130b36bc0a4712783a57deb" | ||
} |
@@ -28,2 +28,4 @@ /** | ||
'foo\\bar': 'foo/bar', | ||
'foo\\bar/lol': 'foo/bar/lol', | ||
'website\\docs/**/*.{md,mdx}': 'website/docs/**/*.{md,mdx}', | ||
}; | ||
@@ -30,0 +32,0 @@ Object.keys(asserts).forEach(file => { |
Sorry, the diff of this file is not supported yet
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
295004
671