Skip to content

Commit

Permalink
Add publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
JaceHensley committed Aug 13, 2019
1 parent 00ef034 commit f7e3db7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "index.js",
"author": "Bloom Team <[email protected]>",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@bloomprotocol/eslint-config": "^1.0.0",
"eslint-plugin-react": "^7.14.3",
Expand Down
3 changes: 3 additions & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "index.js",
"author": "Bloom Team <[email protected]>",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "index.js",
"author": "Bloom Team <[email protected]>",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"prettier": "^1.18.2"
},
Expand Down

0 comments on commit f7e3db7

Please sign in to comment.