From 053b55fbbfc4a721514881367e450b1a51c8bed0 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Thu, 30 Jul 2020 13:10:13 -0400 Subject: [PATCH] `@0x/order-utils`: Add gitpkg --- packages/order-utils/CHANGELOG.json | 9 +++++++++ packages/order-utils/package.json | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json index 412b297e27..e6d884c4a9 100644 --- a/packages/order-utils/CHANGELOG.json +++ b/packages/order-utils/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "version": "10.3.1", + "changes": [ + { + "note": "Add gitpkg.", + "pr": 2649 + } + ] + }, { "version": "10.3.0", "changes": [ diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 494cb9bf6a..744c67dffb 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -10,6 +10,7 @@ "scripts": { "build": "yarn tsc -b", "build:ci": "yarn build", + "publish:private": "yarn clean && yarn build && gitpkg publish", "test": "yarn run_mocha", "rebuild_and_test": "run-s build test", "test:circleci": "yarn test:coverage", @@ -29,6 +30,9 @@ "assets": [] } }, + "gitpkg": { + "registry": "git@github.com:0xProject/gitpkg-registry.git" + }, "license": "Apache-2.0", "repository": { "type": "git", @@ -52,6 +56,7 @@ "@types/web3-provider-engine": "^14.0.0", "chai": "^4.0.1", "ethereum-types": "^3.2.0", + "gitpkg": "https://github.com/0xProject/gitpkg.git", "make-promises-safe": "^1.1.0", "mocha": "^6.2.0", "npm-run-all": "^4.1.2",