Skip to content

Commit d97a593

Browse files
committed
make public
1 parent 5e8d066 commit d97a593

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "@atwright147/react-layout",
33
"private": false,
4-
"version": "0.0.0",
4+
"publishConfig": {
5+
"access": "public"
6+
},
7+
"version": "0.0.1",
58
"type": "module",
69
"files": ["dist"],
710
"main": "./dist/react-layout.umd.cjs",

0 commit comments

Comments
 (0)