Fix package name

This commit is contained in:
Sven Slootweg 2015-01-13 02:49:43 +01:00
parent 6ab74cf093
commit e78579f94c

View file

@ -1,5 +1,5 @@
{
"name": "node-stream-length",
"name": "stream-length",
"version": "1.0.0",
"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",