Skip to content

Commit

Permalink
fix: public access on each package
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed May 26, 2019
1 parent 8564d1c commit 7fd393b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/rrreol-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
},
"bin": {
"rrreol": "./index.js"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/rrreol-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
"lodash": "^4.17.11",
"memoize-one": "^5.0.4",
"ramda": "^0.26.1"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/rrreol-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"dependencies": {
"koa": "^2.7.0",
"koa-body": "^4.1.0"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/rrreol-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,8 @@
"webpack-dev-server": "^3.3.1",
"webpack-merge": "^4.2.1"
},
"source": "src/index.js"
"source": "src/index.js",
"publishConfig": {
"access": "public"
}
}

0 comments on commit 7fd393b

Please sign in to comment.