From 5cf0840fa5772f4641aacda932e3ecb89d8b5290 Mon Sep 17 00:00:00 2001 From: Geraint White Date: Mon, 15 Jan 2018 11:07:03 +0000 Subject: [PATCH] fix(release): temporarily remove cracks Not compatible with semantic-release@11.1.0+ https://github.com/semantic-release/cracks/issues/11 --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 849cc94..5813322 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ }, "devDependencies": { "codeclimate-test-reporter": "~0.4.0", - "cracks": "^3.1.2", "cz-conventional-changelog": "^2.0.0", "ghooks": "^2.0.0", "istanbul": "~0.4.2", @@ -64,8 +63,5 @@ "commitizen": { "path": "cz-conventional-changelog" } - }, - "release": { - "verifyRelease": "cracks" } }