babel-plugin-module-extension-resolver
Advanced tools
Comparing version 0.3.0 to 1.0.0-rc.1
@@ -10,2 +10,8 @@ # Changelog | ||
## [1.0.0-rc.1] - 2020-02-16 | ||
### Others | ||
* preparing v1 | ||
## [0.3.0] - 2020-02-06 | ||
@@ -41,3 +47,4 @@ | ||
[Unreleased]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/v0.3.0...HEAD | ||
[Unreleased]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/v1.0.0-rc.1...HEAD | ||
[1.0.0-rc.1]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/v0.3.0...v1.0.0-rc.1 | ||
[0.3.0]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/v0.2.0...v0.3.0 | ||
@@ -44,0 +51,0 @@ [0.2.0]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/v0.1.1...v0.2.0 |
{ | ||
"name": "babel-plugin-module-extension-resolver", | ||
"version": "0.3.0", | ||
"version": "1.0.0-rc.1", | ||
"description": "Babel plugin that resolves and maps module extensions.", | ||
@@ -30,9 +30,9 @@ "keywords": [ | ||
"@babel/core": "7.8.4", | ||
"@types/babel__core": "7.1.3", | ||
"@types/node": "13.7.0", | ||
"@typescript-eslint/eslint-plugin": "2.19.0", | ||
"@typescript-eslint/parser": "2.19.0", | ||
"@types/babel__core": "7.1.4", | ||
"@types/node": "13.7.1", | ||
"@typescript-eslint/eslint-plugin": "2.19.2", | ||
"@typescript-eslint/parser": "2.19.2", | ||
"eslint": "6.8.0", | ||
"eslint-plugin-import": "2.20.1", | ||
"markdownlint-cli": "0.21.0", | ||
"markdownlint-cli": "0.22.0", | ||
"npm-check-updates": "4.0.1", | ||
@@ -39,0 +39,0 @@ "npm-run-all": "4.1.5", |
Sorry, the diff of this file is too big to display
177748