Skip to content

Commit

Permalink
build: make sure commitizen uses the correct version
Browse files Browse the repository at this point in the history
+ add mac generated file to .gitignore
  • Loading branch information
thatkookooguy committed Dec 9, 2018
1 parent 2548d39 commit fcfc479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules/
.env*
package-lock.json
.idea
test-results/
test-results/
.DS_store
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-angular": "^7.1.2",
"commitizen": "3.0.4",
"commitizen": "3.0.0",
"coveralls": "^3.0.2",
"eslint": "^5.10.0",
"husky": "^1.2.0",
Expand Down

0 comments on commit fcfc479

Please sign in to comment.