From 978a3282a4a08c136e05728a8f4ad59e8b4b2813 Mon Sep 17 00:00:00 2001 From: Godzil Date: Tue, 5 Jun 2018 19:57:47 +0100 Subject: [PATCH] 1.3.0 --- package-lock.json | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 243e4d1..10eaf75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "crunchy", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1ffe432..87ac3a9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "engines": { "node": ">=5.0" }, - "version": "1.2.2", + "version": "1.3.0", "bin": { "crunchy": "./bin/crunchy", "crunchy.sh": "./bin/crunchy.sh" @@ -40,7 +40,6 @@ "@types/request": "^2.47.0", "@types/request-promise": "^4.1.41", "@types/xml2js": "^0.4.2", - "@types/fs-extra": "^5.0.2", "tsconfig-lint": "^0.12.0", "tslint": "^5.10.0", "typescript": "^2.9.1"