Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UmamiAppearance committed Jan 11, 2023
1 parent e339b8d commit 8501dcc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 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.4.0
* @version 0.4.1
* @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.

12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-import-manager",
"version": "0.4.0",
"version": "0.4.1",
"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,7 +45,7 @@
"@rollup/pluginutils": "^5.0.2",
"colorette": "^2.0.19",
"diff": "^5.1.0",
"import-manager": "^0.2.0"
"import-manager": "^0.2.1"
},
"devDependencies": {
"ava": "^5.1.0",
Expand Down
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.4.0
* @version 0.4.1
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down
2 changes: 0 additions & 2 deletions tests/dynamic.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ test("changing a module (renaming) with 'modType': raw", async (t) => {
});




test("creating an import statement", async (t) => {

const bundle = await rollup({
Expand Down

0 comments on commit 8501dcc

Please sign in to comment.