Update module version

This commit is contained in:
Sven Slootweg 2015-01-13 02:53:47 +01:00
parent 1835ee7e54
commit 7fd2c158a4

View file

@ -1,6 +1,6 @@
{
"name": "stream-length",
"version": "1.0.0",
"version": "1.0.1",
"description": "For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents. It currently supports Buffers, `fs` streams, `http` responses, and `request` objects, and allows for specifying custom stream types.",
"main": "index.js",
"scripts": {