msgpack / msgpack-node

MessagePack implementation for Node.js
Other
311 stars 71 forks source link

Bad link(nodeunit) in optionalDependencies #9

Closed jacobbubu closed 11 years ago

jacobbubu commented 11 years ago
"optionalDependencies": {
    "nodeunit": "https://github.com/godsflaw/nodeunit/tarball/master"
  },

https://github.com/godsflaw/nodeunit/tarball/master will return 502 Failure.

godsflaw commented 11 years ago

Strange, they must have just changed this. I will look into it this later today, as it likely broke other projects I work on too.

godsflaw commented 11 years ago

fixed and published a new version to npm