Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep committed Nov 5, 2021
1 parent ec57861 commit 952cb15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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": "form-data-lite",
"version": "1.0.1",
"version": "1.0.2",
"description": "Module to submit forms and file uploads to other web applications which uses just the standard mime types.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-lite": "^1.0.1"
"mime-lite": "^1.0.2"
},
"keywords": [
"form-data",
Expand Down

0 comments on commit 952cb15

Please sign in to comment.