Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jan 4, 2020
1 parent 82b8ab9 commit 349456d
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 310 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ env:
- SENECA_VER=senecajs/seneca

node_js:
- '12'
- '11'
- '10'
- '8'

Expand Down
2 changes: 1 addition & 1 deletion group.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports.defaults = {
function group(opts) {
const seneca = this
const Joi = seneca.util.Joi

function define_patterns() {
seneca
.message('role:group,make:group', make_group) // Create a group
Expand Down

0 comments on commit 349456d

Please sign in to comment.