Skip to content

Commit

Permalink
fix: commitlint rules for body
Browse files Browse the repository at this point in the history
  • Loading branch information
arun3528 committed Oct 14, 2022
1 parent 6792efa commit 17d2057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ module.exports = {

rules: {
'footer-max-line-length': [2, 'always', Infinity],
'body-max-line-length': [2, 'always', Infinity],
},
};
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webex/webrtc-core",
"version": "1.0.0",
"version": "1.7.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/umd/index.js",
Expand All @@ -13,8 +13,7 @@
"dist/**/*"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "restricted"
"registry": "https://registry.npmjs.org"
},
"repository": "https://github.com/webex/webrtc-core.git",
"license": "MIT",
Expand Down

0 comments on commit 17d2057

Please sign in to comment.