@docusaurus/utils
Advanced tools
Comparing version 2.0.0-alpha.40 to 2.0.0-alpha.41
@@ -56,3 +56,3 @@ "use strict"; | ||
exports.objectWithKeySorted = objectWithKeySorted; | ||
const indexRE = /(^|.*\/)index\.(md|js)$/i; | ||
const indexRE = /(^|.*\/)index\.(md|js|jsx|ts|tsx)$/i; | ||
const extRE = /\.(md|js)$/; | ||
@@ -59,0 +59,0 @@ /** |
{ | ||
"name": "@docusaurus/utils", | ||
"version": "2.0.0-alpha.40", | ||
"version": "2.0.0-alpha.41", | ||
"description": "Node utility functions for Docusaurus packages", | ||
@@ -21,5 +21,5 @@ "main": "./lib/index.js", | ||
"engines": { | ||
"node": ">= 8.10.0" | ||
"node": ">=10.9.0" | ||
}, | ||
"gitHead": "dad50823b67069bb7926dbd27c58089143734015" | ||
"gitHead": "d39c301db838ac3e3ef52fc2e4359a96a025db1a" | ||
} |
@@ -63,3 +63,3 @@ /** | ||
const indexRE = /(^|.*\/)index\.(md|js)$/i; | ||
const indexRE = /(^|.*\/)index\.(md|js|jsx|ts|tsx)$/i; | ||
const extRE = /\.(md|js)$/; | ||
@@ -66,0 +66,0 @@ |
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
324510