Skip to content

Commit c16d5ce

Browse files
author
Ben Zörb
committed
initial commit
1 parent 281ccbc commit c16d5ce

37 files changed

+38454
-0
lines changed

lerna.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": "0.0.0",
3+
"packages": ["packages/*"],
4+
"command": {
5+
"bootstrap": {
6+
"hoist": true
7+
},
8+
"version": {
9+
"allowBranch": "main",
10+
"conventionalCommits": true,
11+
"message": "chore(release): updated release notes and package versions [ci skip]",
12+
"ignoreChanges": [
13+
"*.md",
14+
"**/*.spec.*",
15+
"**/*.stories.*",
16+
"**/__fixtures__/**",
17+
"**/__tests__/**"
18+
]
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)