Skip to content

Commit

Permalink
fix(utils): publishConfig access public for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Kinsley committed Aug 23, 2019
1 parent d7bb7b2 commit 50470f3
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/artifacts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"bugs": {
"url": "https://github.com/joincivil/Civil/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/joincivil/Civil",
"license": "LGPL-2.1"
}
3 changes: 3 additions & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,8 @@
"react-rte": "^0.16.1",
"rxjs": "^5.5.6",
"styled-components": "^3.2.5"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,8 @@
},
"dependencies": {
"chai-bignumber": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@
"ipfs-http-client": "^29.1.1",
"rxjs": "^5.5.6",
"web3": "^1.2.1"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,8 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@joincivil/dev-utils",
"version": "1.6.9",
"description": "Utilities shared between Civil packages",
"private": true,
"private": false,
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"bin": {
Expand Down Expand Up @@ -51,5 +51,8 @@
"rimraf": "^2.6.2",
"tslint": "^5.17.0",
"typescript": "^3.4.1"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/ethapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"web3-eth-contract": "^1.2.1",
"web3-providers": "^1.0.0-beta.55",
"web3-utils": "^1.2.1"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/newsroom-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
"peerDependencies": {
"react": "^16.8",
"react-dom": "^16.8"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/newsroom-signup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
"peerDependencies": {
"react": "^16.8",
"react-dom": "^16.8"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/tslint-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"bugs": {
"url": "https://github.com/joincivil/Civil/issues"
},
"homepage": "https://github.com/joincivil/Civil"
"homepage": "https://github.com/joincivil/Civil",
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/typescript-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"dependencies": {
"@types/web3": "^1.0.19",
"ethers": "^4.0.27"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/typescript-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"description": "Typescript type roots for external projects and internal modifications",
"license": "Apache-2.0",
"homepage": "https://github.com/joincivil/Civil",
"author": "The Civil Media Company"
"author": "The Civil Media Company",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"bugs": {
"url": "https://github.com/joincivil/Civil/issues"
},
"homepage": "https://github.com/joincivil/Civil"
"homepage": "https://github.com/joincivil/Civil",
"publishConfig": {
"access": "public"
}
}

0 comments on commit 50470f3

Please sign in to comment.