Comparing version 1.3.1 to 1.3.2
@@ -7,6 +7,5 @@ const { provider } = require('jimple'); | ||
*/ | ||
const rootRequire = (pathUtils) => | ||
(path) => | ||
// eslint-disable-next-line global-require,import/no-dynamic-require | ||
require(pathUtils.join(path)); | ||
const rootRequire = (pathUtils) => (path) => | ||
// eslint-disable-next-line global-require,import/no-dynamic-require,implicit-arrow-linebreak | ||
require(pathUtils.join(path)); | ||
@@ -13,0 +12,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://homer0.github.io/wootils/", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"repository": "homer0/wootils", | ||
@@ -8,0 +8,0 @@ "author": "Leonardo Apiwan (@homer0) <me@homer0.com>", |
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
364774
4056