Skip to content

Commit

Permalink
chore: publish v2.0.1 to v2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Oct 30, 2021
1 parent 1c30ec6 commit 48521d7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
{
"name": "formidable",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"description": "A node.js module for parsing form data, especially file uploads.",
"homepage": "https://github.com/node-formidable/formidable",
"funding": "https://ko-fi.com/tunnckoCore/commissions",
"repository": "node-formidable/formidable",
"main": "./src/index.js",
"files": [
"src",
"CHANGELOG.md",
"LICENSE",
"README.md",
"VERSION_NOTES.md"
"src"
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "v2"
},
"scripts": {
"bench": "node benchmark",
Expand Down

0 comments on commit 48521d7

Please sign in to comment.