Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
add gitpkg to contract-wrappers (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
xianny authored Mar 13, 2020
1 parent aaa62be commit b7fb539
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/contract-wrappers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"build": "tsc -b",
"rebuild": "yarn wrappers:clean && yarn wrappers:generate && yarn wrappers:prettier && yarn build",
"build:ci": "yarn build",
"publish:private": "yarn rebuild && gitpkg publish",
"lint": "tslint --format stylish --project . --exclude **/lib/**/*",
"fix": "tslint --fix --format stylish --project . --exclude **/lib/**/*",
"prettier": "prettier --write **/* --config ../../.prettierrc",
Expand All @@ -33,6 +34,9 @@
"config": {
"abis": "../contract-artifacts/artifacts/@(DevUtils|ERC20Token|ERC721Token|Exchange|Forwarder|IAssetData|LibTransactionDecoder|WETH9|Coordinator|Staking|StakingProxy|IERC20BridgeSampler|ERC20BridgeSampler|GodsUnchainedValidator|Broker|ILiquidityProvider|ILiquidityProviderRegistry|MaximumGasPrice).json"
},
"gitpkg": {
"registry": "git@github.com:0xProject/gitpkg-registry.git"
},
"repository": {
"type": "git",
"url": "https://github.com/0xProject/0x-monorepo.git"
Expand All @@ -47,7 +51,8 @@
"@0x/tslint-config": "^4.0.0",
"tslint": "5.11.0",
"typedoc": "^0.15.0",
"typescript": "3.0.1"
"typescript": "3.0.1",
"gitpkg": "https://github.com/0xProject/gitpkg.git"
},
"dependencies": {
"@0x/assert": "^3.0.7",
Expand Down

0 comments on commit b7fb539

Please sign in to comment.