Skip to content

Commit 53439db

Browse files
committed
fix: move publishConfig to top level
1 parent be95e6a commit 53439db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
"branches": [
104104
"master",
105105
"next"
106-
],
107-
"publishConfig": {
108-
"access": "public"
109-
}
106+
]
107+
},
108+
"publishConfig": {
109+
"access": "public"
110110
}
111111
}

0 commit comments

Comments
 (0)