From e4b3871919a858d16628d60c419dbd3fa4ee41ce Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 22 Aug 2016 12:22:45 +0200 Subject: [PATCH] 1.1.7 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa56506..5233938 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "git://github.com/Godzil/crunchyroll.js.git" }, - "version": "1.1.6", + "version": "1.1.7", "bin": { "crunchy": "./bin/crunchy" }, @@ -30,7 +30,7 @@ }, "scripts": { "prepublish": "npm run tsd && tsc", - "test": "node ts --only-test", + "test": "node ts --only-test", "tsd": "tsd reinstall -o -s" } }