From 588a4376d24f24b3bae4167b4a5c8cd43761a5cd Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 26 Mar 2017 18:43:32 +0300 Subject: [PATCH] 1.0.5 released --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 23d92bc..9d7d8d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pako", "description": "zlib port to javascript - fast, modularized, with browser support", - "version": "1.0.4", + "version": "1.0.5", "keywords": [ "zlib", "deflate", @@ -22,7 +22,7 @@ "dist/", "lib/" ], - "license": "(MIT AND ZLIB)", + "license": "(MIT AND Zlib)", "repository": "nodeca/pako", "devDependencies": { "ansi": "*",