@ephox/polaris
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -1,2 +0,2 @@ | ||
export default function (regex, prefix, suffix, flags) { | ||
export default (function (regex, prefix, suffix, flags) { | ||
var term = function () { | ||
@@ -10,3 +10,3 @@ return new RegExp(regex, flags.getOr('g')); | ||
}; | ||
}; | ||
}); | ||
//# sourceMappingURL=Custom.js.map |
{ | ||
"name": "@ephox/polaris", | ||
"description": "This project does data manipulation on arrays and strings.", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
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
59318