Skip to content

Commit c3f0a1f

Browse files
committed
fix(publishConfig): publishConfig
1 parent ea4c105 commit c3f0a1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@
102102
}
103103
],
104104
"np": {
105-
"yarn": false,
106-
"publishConfig": {
107-
"access": "public"
108-
}
105+
"yarn": false
106+
},
107+
"publishConfig": {
108+
"access": "public"
109109
}
110110
}

0 commit comments

Comments
 (0)