Skip to content

Commit

Permalink
updated module version after republish
Browse files Browse the repository at this point in the history
  • Loading branch information
KiiDii committed Mar 27, 2024
1 parent 165bd6f commit caefee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ directoryImport(options, (moduleName, modulePath, moduleData) => {

## Change Log

### [3.3.0] - 2024-03-27
### [3.3.1] - 2024-03-27

#### Fixed
- Now module can work with windows operating system!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "directory-import",
"version": "3.3.0",
"version": "3.3.1",
"description": "Module will allow you to synchronously or asynchronously import (requires) all modules from the folder you specify",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit caefee6

Please sign in to comment.