Skip to content

Commit

Permalink
chore(pkg): add access public
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 29, 2018
1 parent e9f5e57 commit 1dd9610
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "lib/index.js",
"repository": "git@github.com:smooth-code/loadable-components.git",
"author": "Greg Bergé <berge.greg@gmail.com>",
"publishConfig": {
"access": "public"
},
"keywords": [
"loadable"
],
Expand Down
3 changes: 3 additions & 0 deletions packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"jsnext:main": "dist/loadable.es.js",
"repository": "git@github.com:smooth-code/loadable-components.git",
"author": "Greg Bergé <berge.greg@gmail.com>",
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"ssr",
Expand Down
3 changes: 3 additions & 0 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "lib/index.js",
"repository": "git@github.com:smooth-code/loadable-components.git",
"author": "Greg Bergé <berge.greg@gmail.com>",
"publishConfig": {
"access": "public"
},
"keywords": [
"loadable"
],
Expand Down
3 changes: 3 additions & 0 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "lib/index.js",
"repository": "git@github.com:smooth-code/loadable-components.git",
"author": "Greg Bergé <berge.greg@gmail.com>",
"publishConfig": {
"access": "public"
},
"keywords": [
"loadable"
],
Expand Down

0 comments on commit 1dd9610

Please sign in to comment.