Skip to content

Commit

Permalink
chore: set access to public in publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Aug 8, 2019
1 parent e8e8bfe commit 61363c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/untool/configs",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions packages/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/untool/configs",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions packages/renovate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "Default renovate presets for untool packages",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/untool/configs",
"repository": "git+https://[email protected]/untool/configs.git",
"bugs": {
Expand Down

0 comments on commit 61363c1

Please sign in to comment.