babel-plugin-ramda-extension
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -35,3 +35,3 @@ "use strict"; | ||
var methods = _fs.default.readdirSync(_path.default.join(ramdaPath, 'es')).filter(function (name) { | ||
var methods = _fs.default.readdirSync(_path.default.join(ramdaPath, 'lib')).filter(function (name) { | ||
return _path.default.extname(name) == '.js'; | ||
@@ -45,3 +45,3 @@ }).map(function (name) { | ||
if ((0, _ramda.contains)(name, methods)) { | ||
return "ramda-extension/es/".concat(name); | ||
return "ramda-extension/lib/".concat(name); | ||
} | ||
@@ -48,0 +48,0 @@ } |
{ | ||
"name": "babel-plugin-ramda-extension", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "ramda-extension modularized builds without the hassle", | ||
@@ -5,0 +5,0 @@ "repository": "331000738/babel-plugin-ramda-extension", |
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
109382