From 1a62def700327a3d42e5780bdbcc499d4bab1e7d Mon Sep 17 00:00:00 2001 From: Dominic Tarr Date: Thu, 30 Apr 2015 12:16:34 +1200 Subject: [PATCH] reluctantly rename to jsonstream since @npm seem totally interested in fixing https://github.com/npm/npm/issues/7260 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 501ef9a..9dafcf0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "JSONStream", + "name": "jsonstream", "version": "1.0.1", "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)", "homepage": "http://github.com/dominictarr/JSONStream",