protobufjs / bytebuffer.js

A fast and complete ByteBuffer implementation using either ArrayBuffers in the browser or Buffers under node.js.
http://dcode.io
Apache License 2.0
719 stars 154 forks source link

org.webjars.npm.bytebuffer 5.0.0 has dependency on non-published long version #64

Open lutzh opened 8 years ago

lutzh commented 8 years ago

I try to include org.webjars.npm:bytebuffer:5.0.0 as a dependency with Ivy, but I get resolution errors.

org.webjars.npm#long;[3,4): not found

This doesn't seem to be published, on http://repo1.maven.org/maven2/org/webjars/npm/long/ there is only version 2.2.3

dcodeIO commented 8 years ago

I am not really publishing anything to maven. Is this supposed to be automated?