Skip to content

Commit 0696452

Browse files
committed
fix: fixed publishConfig
1 parent e99066f commit 0696452

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"bugs": {
77
"url": "https://github.com/ladjs/consolidate/issues"
88
},
9-
"publishConfig": {
10-
"access": "public"
11-
},
129
"contributors": [
1310
"Forward Email (https://forwardemail.net)",
1411
"TJ Holowaychuk <tj@vision-media.ca>"
@@ -284,6 +281,9 @@
284281
"optional": true
285282
}
286283
},
284+
"publishConfig": {
285+
"access": "public"
286+
},
287287
"repository": "ladjs/consolidate",
288288
"scripts": {
289289
"lint": "xo --fix && remark . -qfo && fixpack",

0 commit comments

Comments
 (0)