1
0
mirror of https://github.com/flarum/core.git synced 2025-07-27 19:50:20 +02:00

Set package publishConfig

This commit is contained in:
David
2021-07-18 21:40:30 +01:00
parent 2f8cff03e7
commit ecf016c348

View File

@@ -18,5 +18,8 @@
"bugs": { "bugs": {
"url": "https://github.com/flarum/prettier-config/issues" "url": "https://github.com/flarum/prettier-config/issues"
}, },
"homepage": "https://github.com/flarum/prettier-config#readme" "homepage": "https://github.com/flarum/prettier-config#readme",
"publishConfig": {
"access": "public"
}
} }