babel-plugin-debug-macros
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -69,5 +69,5 @@ 'use strict'; | ||
macros.baseDir = function () { | ||
return __dirname; | ||
return (0, _path.dirname)(__dirname); | ||
}; | ||
exports.default = macros; |
@@ -13,3 +13,3 @@ { | ||
"name": "babel-plugin-debug-macros", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Debug macros and feature flag stripping", | ||
@@ -16,0 +16,0 @@ "main": "dist/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
19590