Skip to content

Commit

Permalink
Remove AngularJS commit message pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalkapadia committed Oct 16, 2016
1 parent aa5ce11 commit 7a78575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Other gulp tasks:
gulp clean

# Lint code with ESLint
gulp lint
npm run lint
npm run lint:watch

# Default task: Wipes out dist and coverage directory. Compiles using babel.
gulp
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"test": "NODE_ENV=test babel-node node_modules/.bin/isparta cover _mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register ./server/**/*.test.js",
"test:watch": "npm run test -- --watch",
"test:check-coverage": "npm run test && istanbul check-coverage",
"commit": "git-cz",
"report-coverage": "coveralls < ./coverage/lcov.info"
},
"repository": {
Expand Down Expand Up @@ -90,8 +89,7 @@
"license": "MIT",
"config": {
"ghooks": {
"pre-commit": "npm run lint && npm test",
"commit-msg": "validate-commit-msg"
"pre-commit": "npm run lint && npm test"
},
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 7a78575

Please sign in to comment.