babel-plugin-module-extension-resolver
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -10,2 +10,8 @@ # Changelog | ||
## [0.1.1] - 2020-01-02 | ||
### Fixed | ||
* plugin name | ||
## [0.1.0] - 2020-01-02 | ||
@@ -15,3 +21,4 @@ | ||
[Unreleased]: https://github.com/shimataro/babel-plugin-module-extension-resolv0.1.0...HEAD | ||
[Unreleased]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/v0.1.1...HEAD | ||
[0.1.1]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/v0.1.0...v0.1.1 | ||
[0.1.0]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/998406cb392dbcaabf7a0bb27f0dc882108abfe3...v0.1.0 |
@@ -42,3 +42,3 @@ "use strict"; | ||
return { | ||
PLUGIN_NAME, | ||
name: PLUGIN_NAME, | ||
visitor: { | ||
@@ -45,0 +45,0 @@ Program: { |
{ | ||
"name": "babel-plugin-module-extension-resolver", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Babel plugin that resolves and maps module extensions.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
366843