Skip to content

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
UmamiAppearance committed Mar 22, 2023
1 parent bacfdba commit 98bc2ad
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 84 deletions.
2 changes: 1 addition & 1 deletion cjs/rollup-plugin-import-manager.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const showDiff = (filename, source, code, diffOption) => {
/**
* [rollup-plugin-import-manager]{@link https://github.com/UmamiAppearance/rollup-plugin-import-manager}
*
* @version 0.5.2
* @version 0.5.3
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cjs/rollup-plugin-import-manager.cjs.map

Large diffs are not rendered by default.

139 changes: 62 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-import-manager",
"version": "0.5.2",
"version": "0.5.3",
"description": "A rollup plugin to add, modify, and remove imports (cjs/es6/dynamic)",
"main": "./cjs/rollup-plugin-import-manager.cjs",
"module": "./src/index.js",
Expand Down Expand Up @@ -45,11 +45,11 @@
"@rollup/pluginutils": "^5.0.2",
"colorette": "^2.0.19",
"diff": "^5.1.0",
"import-manager": "^0.3.2"
"import-manager": "^0.3.3"
},
"devDependencies": {
"ava": "^5.2.0",
"eslint": "^8.35.0",
"rollup": "^3.18.0"
"eslint": "^8.36.0",
"rollup": "^3.20.0"
}
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* [rollup-plugin-import-manager]{@link https://github.com/UmamiAppearance/rollup-plugin-import-manager}
*
* @version 0.5.2
* @version 0.5.3
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down

0 comments on commit 98bc2ad

Please sign in to comment.