tjfontaine / node-struct

Implementation of Python's struct module in javascript with Buffers
http://docs.python.org/library/struct.html
4 stars 3 forks source link

Please public 0.0.2 #1

Closed philips closed 12 years ago

philips commented 12 years ago

I was trying to play with node-dns and pystruct 0.0.2 isn't published to npm. Fixed via: diff --git a/package.json b/package.json index 9c50eed..d4d2290 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "bufferjs": ">= 1.0.0", "clone": ">= 0.0.4", "ipaddr.js": ">= 0.1.0",

tjfontaine commented 12 years ago

I can publish this, but I was holding off until I finish the next release of node-dns, if I don't achieve that tonight I will publish an update for pystruct

tjfontaine commented 12 years ago

I have published pystruct 0.0.2 please let me know if you have any issues.

philips commented 12 years ago

Great! Thanks for the fast response. The native-dns library is great.