diff --git a/commitlint.config.js b/commitlint.config.js index 88fb56d..7bb59f6 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -3,5 +3,6 @@ module.exports = { rules: { 'footer-max-line-length': [2, 'always', Infinity], + 'body-max-line-length': [2, 'always', Infinity], }, }; diff --git a/package.json b/package.json index 00cc810..48aa2f3 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",