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"