chore: initial commit

This commit is contained in:
Satyajit Sahoo
2020-02-07 15:50:08 +01:00
commit 09c2bef6a9
28 changed files with 18119 additions and 0 deletions

22
lerna.json Normal file
View File

@@ -0,0 +1,22 @@
{
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"command": {
"publish": {
"allowBranch": "master",
"conventionalCommits": true,
"createRelease": "github",
"message": "chore: publish",
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md",
"**/example/**"
]
}
}
}