From e78579f94c961819d90f2011ec8bf43e59131802 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Tue, 13 Jan 2015 02:49:43 +0100 Subject: [PATCH] Fix package name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bd7f61..6fe58b1 100644 --- a/package.json +++ b/package.json @@ -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",