Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devfresher committed Mar 20, 2024
1 parent f1ffb08 commit 369d307
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-file-wizardry",
"version": "2.1.1",
"version": "2.1.2",
"description": "Flexible and extensible Express middleware for handling file uploads. Written in Typescript with support for various storage engines.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ export interface UploadOptions {
* If set to true, the middleware will handle multiple files under the same field name.
*/
multiFile?: boolean;
}
}

0 comments on commit 369d307

Please sign in to comment.