Skip to content

Commit

Permalink
[ci skip] fixed hemera version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Mar 8, 2018
1 parent 02c0a1c commit bdff0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hemera-zipkin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function hemeraZipkin(hemera, opts, done) {
}

const plugin = Hp(hemeraZipkin, {
hemera: '>=3.4.0 < 4.0.0',
hemera: '>=3.5.0 < 4.0.0',
name: require('./package.json').name
})

Expand Down

0 comments on commit bdff0e4

Please sign in to comment.