From f359eba069377b0b9b51f7fa2a0cf816918523e9 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Mon, 24 Mar 2014 15:55:08 +0100 Subject: [PATCH] 0.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fff64ae..ba69bca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tar-stream", - "version": "0.2.5", + "version": "0.3.0", "description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.", "repository": "git://github.com:mafintosh/tar-stream.git", "author": "Mathias Buus ", @@ -17,7 +17,7 @@ "readable-stream": "~1.1.9" }, "scripts": { - "test": "tap test/*.js" + "test": "tap test/*.js" }, "keywords": [ "tar",