modify-babel-preset
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -28,3 +28,3 @@ var fs = require('fs'); | ||
} catch (err) { | ||
console.log('resolve failed: ', err, name); | ||
console.log('resolve failed for "'+name+'": '+err); | ||
} | ||
@@ -31,0 +31,0 @@ return path; |
{ | ||
"name": "modify-babel-preset", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Create a modified babel preset based on an an existing preset.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
15910