Skip to content

Commit

Permalink
expose Joi
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Aug 7, 2018
1 parent d966f06 commit b9003a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-plugin",
"version": "2.1.0",
"version": "2.1.1",
"description": "Generic plugin loader functionality for Node.js frameworks.",
"main": "use.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions use.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var Optioner = require('optioner')

// #### Exports
module.exports = make
module.exports.Joi = Optioner.Joi

// #### Create a _use_ function
// Parameters:
Expand Down

0 comments on commit b9003a0

Please sign in to comment.