Skip to content

Commit ea5d81c

Browse files
packages: make the library non-private
1 parent ec9262b commit ea5d81c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@stepperize/react",
33
"version": "0.1.0",
44
"private": false,
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"main": "dist/index.js",
69
"module": "dist/index.mjs",
710
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)