Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UmamiAppearance committed Jan 12, 2023
1 parent 9f41c09 commit db7c85e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 UmamiAppearance
Copyright (c) 2022-2023 UmamiAppearance

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install import-manager

### Importing
```js
import ImportManager from "import-manager
import ImportManager from "import-manager"
```

### Initializing
Expand Down
2 changes: 1 addition & 1 deletion cjs/import-manager.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class ImportManagerUnitMethods {
* It handles code analysis, creates units from import
* statements, attaches methods to the units and more.
*
* @version 0.2.1
* @version 0.2.2
* @author UmamiAppearance [[email protected]]
* @license MIT
* @see https://github.com/UmamiAppearance/rollup-plugin-import-manager
Expand Down
2 changes: 1 addition & 1 deletion cjs/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": "import-manager",
"version": "0.2.1",
"version": "0.2.2",
"description": "A class to analyze and manipulate JavaScript import statements from source code files.",
"main": "./cjs/import-manager.cjs",
"module": "./src/core.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"ava": "^5.1.0",
"eslint": "^8.31.0",
"rollup": "^3.9.1"
"rollup": "^3.10.0"
},
"dependencies": {
"acorn": "^8.8.1",
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* It handles code analysis, creates units from import
* statements, attaches methods to the units and more.
*
* @version 0.2.1
* @version 0.2.2
* @author UmamiAppearance [[email protected]]
* @license MIT
* @see https://github.com/UmamiAppearance/rollup-plugin-import-manager
Expand Down

0 comments on commit db7c85e

Please sign in to comment.