Skip to content

Commit

Permalink
remove commitlint and semver
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Dec 9, 2019
1 parent 8b881b4 commit 8f95a0c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand 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",
Expand Down

0 comments on commit 8f95a0c

Please sign in to comment.