.dependabot
.github
cypress
dev-test
img
packages
scripts
website
.all-contributorsrc
.editorconfig
.eslintrc
.gitignore
.nvmrc
.prettierignore
.prettierrc
.stylelintrc
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
azure-pipelines.yml
babel.config.js
custom-preprocessor.js
cypress.json
jest.config.js
lerna.json
package.json
renovate.json
setupTestFramework.js
yarn.lock
23 lines
450 B
JSON
23 lines
450 B
JSON
{
|
|
"lerna": "2.11.0",
|
|
"packages": ["packages/*"],
|
|
"version": "independent",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"loglevel": "success",
|
|
"command": {
|
|
"version": {
|
|
"allowBranch": "master",
|
|
"conventionalCommits": true,
|
|
"preid": "beta",
|
|
"gitRemote": "upstream",
|
|
"message": "chore(release): publish"
|
|
}
|
|
},
|
|
"ignoreChanges": [
|
|
"**/__fixtures__/**",
|
|
"**/__tests__/**",
|
|
"**/*.md"
|
|
]
|
|
}
|