Skip to content

Commit

Permalink
chore: update dependencies, correct license in package.json (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearofducks authored and shellscape committed May 4, 2019
1 parent 1ea5148 commit 0c0e8bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/validate.js
Expand Up @@ -8,7 +8,7 @@
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of this Source Code Form.
*/
const Joi = require('joi');
const Joi = require('@hapi/joi');

const { boolean, object, validate } = Joi.bind();

Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "koa-webpack",
"version": "5.2.2",
"description": "Development and Hot Reload Middleware for Koa2",
"license": "MPL",
"license": "MPL-2.0",
"repository": "shellscape/koa-webpack",
"author": "Andrew Powell <andrew@shellscape.org>",
"homepage": "https://github.com/shellscape/koa-webpack",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"app-root-path": "^2.0.1",
"chalk": "^2.4.2",
"joi": "^14.3.1",
"@hapi/joi": "^15.0.0",
"loud-rejection": "^1.6.0",
"merge-options": "^1.0.0",
"webpack-dev-middleware": "^3.0.0",
Expand All @@ -43,7 +43,7 @@
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"ava": "^1.0.1",
"ava": "^1.4.1",
"conventional-github-releaser": "^3.1.0",
"cross-env": "^5.1.6",
"deepmerge": "^3.0.0",
Expand All @@ -57,7 +57,7 @@
"koa-compose": "^4.0.0",
"lint-staged": "^8.1.0",
"memory-fs": "^0.4.1",
"nyc": "^13.3.0",
"nyc": "^14.1.0",
"pre-commit": "^1.2.2",
"prettier": "^1.13.4",
"standard-version": "^4.4.0",
Expand Down

0 comments on commit 0c0e8bb

Please sign in to comment.