Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
moved joi as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stearm committed Oct 31, 2017
1 parent ea2f677 commit 67eb0f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2,428 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,22 @@
"git add"
]
},
"dependencies": {
"joi": "10.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stearm/micro-joi.git"
},
"devDependencies": {
"husky": "^0.13.3",
"jest": "^19.0.2",
"joi": "10.4.1",
"lint-staged": "^3.4.0",
"micro": ">=5.0.0",
"prettier": "^1.2.2",
"request-promise": "^4.2.0",
"test-listen": "^1.0.2"
},
"peerDependencies": {
"micro": ">=5.0.0"
"micro": ">=5.0.0",
"joi": "10.4.1"
}
}
Loading

0 comments on commit 67eb0f7

Please sign in to comment.