Skip to content

Commit

Permalink
Merge pull request #2 from tinacious/update-node-10.15.3
Browse files Browse the repository at this point in the history
Update Node version and dependencies
  • Loading branch information
tinacious authored Mar 9, 2019
2 parents 64b3670 + a53b14f commit 72af662
Show file tree
Hide file tree
Showing 4 changed files with 1,878 additions and 9 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.15.3
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.15.3
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-joi-validate",
"version": "1.0.3",
"version": "1.1.0",
"description": "Simple route validation middleware for Express using Joi",
"main": "validate.js",
"scripts": {
Expand All @@ -20,16 +20,16 @@
"validation"
],
"author": "Tina Holly",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"body-parser": "^1.17.2",
"codecov": "^2.2.0",
"express": "^4.15.3",
"body-parser": "^1.18.3",
"codecov": "^3.1.0",
"express": "^4.16.4",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"supertest": "^3.0.0"
"mocha": "^6.0.2",
"supertest": "^4.0.0"
},
"dependencies": {
"joi": "^10.5.2"
"joi": "^v14.3.1"
}
}
}
Loading

0 comments on commit 72af662

Please sign in to comment.