Skip to content

Commit e9e24e9

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
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)