Skip to content

Commit

Permalink
chore: set public access to package (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfantone authored and crash7 committed May 28, 2019
1 parent 0100dd4 commit 2e55934
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"module": "dist/index.es.js",
"author": "Flybondi <dev@flybondi.com>",
"license": "UNLICENSED",
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"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 @@ -6,6 +6,9 @@
"module": "dist/index.es.js",
"author": "Flybondi <dev@flybondi.com>",
"license": "UNLICENSED",
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"react ssr",
Expand Down

0 comments on commit 2e55934

Please sign in to comment.