Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit abede45

Browse files
committed
fix: public access
1 parent 44635ff commit abede45

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
2+
"name": "@monoid-dev/reform",
3+
"author": "hanayashiki",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/MonoidDev/reform"
7+
},
8+
"private": false,
29
"version": "1.0.0-alpha.0",
310
"license": "MIT",
11+
"publishConfig": {
12+
"access": "public"
13+
},
414
"main": "./dist/cjs/index.cjs",
515
"module": "./dist/esm/index.mjs",
616
"typesVersions": {
@@ -45,12 +55,6 @@
4555
"react": "^17.0.2",
4656
"react-dom": "^17.0.2"
4757
},
48-
"name": "@monoid-dev/reform",
49-
"author": "hanayashiki",
50-
"repository": {
51-
"type": "git",
52-
"url": "https://github.com/MonoidDev/reform"
53-
},
5458
"size-limit": [
5559
{
5660
"path": "dist/index.mjs",

0 commit comments

Comments
 (0)