tj / axon

message-oriented socket library for node.js heavily inspired by zeromq
MIT License
1.5k stars 155 forks source link

Fix engines in package.json #151

Closed malash closed 7 years ago

malash commented 8 years ago

According to this test: https://travis-ci.org/malash/axon/builds/85661648 The wrong engines config cause a NPM warning: npm WARN engine axon@2.0.2: wanted: {"node":"0.10.x || 0.11.x"} (current: {"node":"4.2.1","npm":"3.3.6"})

jcrugzz commented 7 years ago

@malash could you update the .travis.yml to support node@6 and remove the iojs versions? Overall LGTM

malash commented 7 years ago

@jcrugzz versions fixed