Skip to content

Commit

Permalink
package.json repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasofizada committed Jul 21, 2023
1 parent 3942aec commit c6a3abf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "2.0.1",
"description": "A modern, asynchronous, flexible and configurable Node.js library for handling file uploads (i.e. multipart/form-data requests), written in TypeScript.",
"homepage": "https://github.com/rafasofizada/pechkin#readme",
"repository": "github:rafasofizada/pechkin",
"repository": {
"type": "git",
"url": "git+https://github.com/rafasofizada/pechkin.git"
},
"keywords": [
"multipart",
"form-data",
Expand Down Expand Up @@ -48,5 +51,12 @@
},
"engines": {
"node": ">=13.6.0"
},
"bugs": {
"url": "https://github.com/rafasofizada/pechkin/issues"
},
"directories": {
"example": "examples",
"test": "test"
}
}

0 comments on commit c6a3abf

Please sign in to comment.