Skip to content

Commit

Permalink
Add conventional-changelog-conventionalcommits dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KoltonG committed Mar 2, 2021
1 parent 9287750 commit f866971
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"build:truss": "cd ./truss && npm i && npm run generate"
},
"peerDependencies": {
"react": ">=16",
"@emotion/react": ">=11"
"@emotion/react": ">=11",
"react": ">=16"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -64,6 +64,7 @@
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"babel-loader": "^8.2.2",
"conventional-changelog-conventionalcommits": "^4.5.0",
"husky": "^5.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down

0 comments on commit f866971

Please sign in to comment.