Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBurunkov committed Apr 8, 2020
1 parent 055ceac commit 2257106
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 68 deletions.
152 changes: 87 additions & 65 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-fileupload",
"version": "1.1.7-alpha.1",
"version": "1.1.7-alpha.3",
"author": "Richard Girges <richardgirges@gmail.com>",
"description": "Simple express file upload middleware that wraps around Busboy",
"main": "./lib/index",
Expand Down Expand Up @@ -29,12 +29,12 @@
"repository": "richardgirges/express-fileupload",
"devDependencies": {
"body-parser": "^1.19.0",
"coveralls": "^3.0.9",
"coveralls": "^3.0.11",
"eslint": "^6.8.0",
"express": "^4.17.1",
"istanbul": "^0.4.5",
"md5": "^2.2.1",
"mocha": "^7.0.1",
"mocha": "^7.1.1",
"rimraf": "^3.0.2",
"supertest": "^4.0.2"
}
Expand Down

0 comments on commit 2257106

Please sign in to comment.