paths.macro
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "paths.macro", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Babel plugin that returns an object containing paths like __dirname and __filename as static values", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# babel-plugin-transform-dirname-filename | ||
# babel-plugin-paths | ||
@@ -3,0 +3,0 @@ Babel macro that allows you to "import" the location of the source-file. |
97800