Skip to content

Commit 74dc4d7

Browse files
authored
Merge pull request #183 from rcpch:repo-definition
the package.json must have the git repo defined to be able to publish
2 parents df9f45e + 79b7e5b commit 74dc4d7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
],
3535
"author": "eatyourpeas",
3636
"license": "AGPL-3.0-or-later",
37+
"repository": {
38+
"type": "git",
39+
"url": "https://github.com/rcpch/digital-growth-charts-react-component-library"
40+
},
3741
"peerDependencies": {
3842
"react": "^19.1.0 || ^18.3.1",
3943
"react-dom": "^19.1.0 || ^18.3.1"

src/SubComponents/MonthsLabel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const MonthsLabel = (props: any) => {
88
<text
99
x={x + 110}
1010
y={y + 2.5}
11-
textAnchor="left"
11+
textAnchor="start"
1212
fontSize={style.fontSize}
1313
fill={style.fill}
1414
fontFamily={style.fontFamily}

0 commit comments

Comments
 (0)