Skip to content

Commit 752f1b3

Browse files
committed
fix(cra-template): Fix package.json file name
1 parent be769a6 commit 752f1b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/cra-template/ package.json renamed to packages/cra-template/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
"template.json",
2727
"NOTICE.txt",
2828
"LICENSE"
29-
]
29+
],
30+
"publishConfig": {
31+
"access": "public"
32+
}
3033
}

0 commit comments

Comments
 (0)