Skip to content

Commit

Permalink
chore: add publishConfig to package manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Aug 19, 2020
1 parent d3bab60 commit d6b0527
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/endpoint-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"mongodb": "^3.6.0",
"multer": "^1.4.2",
"newbase60": "^1.3.1"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/endpoint-micropub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
"multer": "^1.4.2",
"newbase60": "^1.3.1",
"post-type-discovery": "github:grantcodes/post-type-discovery"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/endpoint-share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"dependencies": {
"express": "^4.17.1",
"got": "^11.5.2"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"postcss": "^7.0.30",
"postcss-easy-import": "^3.0.0",
"postcss-extend-rule": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/indiekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"lodash": "^4.17.19",
"mongodb": "^3.6.0",
"normalize-url": "^5.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/preset-hugo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"dependencies": {
"@iarna/toml": "^2.2.5",
"yaml": "^1.10.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/preset-jekyll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
},
"dependencies": {
"yaml": "^1.10.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/store-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
},
"dependencies": {
"@octokit/rest": "^18.0.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/store-gitlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
},
"dependencies": {
"@gitbeaker/node": "^23.5.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit d6b0527

Please sign in to comment.