Skip to content

Commit

Permalink
Updated build and version
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Jun 7, 2020
1 parent c175138 commit fe0d96f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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": "formio-upload",
"version": "1.1.0",
"version": "1.2.0",
"description": "A file upload server/proxy for use with Form.io File components",
"main": "index.js",
"scripts": {
Expand All @@ -22,11 +22,11 @@
"dotenv": "^8.2.0",
"express": "^4.17.1",
"formiojs": "^4.9.26",
"fs-extra": "^9.0.0",
"fs-extra": "^9.0.1",
"lodash": "^4.17.15",
"method-override": "^3.0.0",
"multer": "^1.4.2",
"request": "^2.88.2",
"uuid": "^8.0.0"
"uuid": "^8.1.0"
}
}

0 comments on commit fe0d96f

Please sign in to comment.