From 8f95a0c9706a08424b0602097fb8ca0fe4787a59 Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 9 Dec 2019 12:45:23 -0500 Subject: [PATCH] remove commitlint and semver --- package.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/package.json b/package.json index c22bcf0..d41984b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "ctf-migrate": "./bin/ctf-migrate" }, "scripts": { - "commitmsg": "commitlint -e $GIT_PARAMS", "precommit": "npm test", "test": "npm run lint && npm run test:unit", "test:ci": "npm run lint && npm run test:all", @@ -40,19 +39,11 @@ "url": "https://github.com/deluan/contentful-migrate/issues" }, "homepage": "https://github.com/deluan/contentful-migrate#readme", - "commitlint": { - "extends": [ - "@commitlint/config-angular" - ] - }, "devDependencies": { - "@commitlint/cli": "^4.2.1", - "@commitlint/config-angular": "^4.2.1", "expect.js": "^0.3.1", "growl": "^1.10.5", "husky": "^0.14.3", - "mocha": "^6.2.2", - "semver": "^6.3.0" + "mocha": "^6.2.2" }, "dependencies": { "chalk": "^2.2.0",