From 545101f7a5155fed77f9c65153bd13bdc23387bf Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 13 Dec 2018 14:36:34 -0800 Subject: Make contracts packages not private --- contracts/examples/package.json | 1 - contracts/extensions/package.json | 1 - contracts/interfaces/package.json | 1 - contracts/libs/package.json | 1 - contracts/multisig/package.json | 1 - contracts/protocol/package.json | 1 - contracts/tokens/package.json | 1 - contracts/utils/package.json | 1 - 8 files changed, 8 deletions(-) diff --git a/contracts/examples/package.json b/contracts/examples/package.json index 4e7c80441..a7490f0f4 100644 --- a/contracts/examples/package.json +++ b/contracts/examples/package.json @@ -1,5 +1,4 @@ { - "private": true, "name": "@0x/contracts-examples", "version": "1.0.1", "engines": { diff --git a/contracts/extensions/package.json b/contracts/extensions/package.json index 3b7e4f5f0..7a200455b 100644 --- a/contracts/extensions/package.json +++ b/contracts/extensions/package.json @@ -1,5 +1,4 @@ { - "private": true, "name": "@0x/contracts-extensions", "version": "1.0.1", "engines": { diff --git a/contracts/interfaces/package.json b/contracts/interfaces/package.json index a4f152bba..b7f8f0e2b 100644 --- a/contracts/interfaces/package.json +++ b/contracts/interfaces/package.json @@ -1,5 +1,4 @@ { - "private": true, "name": "@0x/contracts-interfaces", "version": "1.0.1", "engines": { diff --git a/contracts/libs/package.json b/contracts/libs/package.json index f0685f8c8..5255b9d0e 100644 --- a/contracts/libs/package.json +++ b/contracts/libs/package.json @@ -1,5 +1,4 @@ { - "private": true, "name": "@0x/contracts-libs", "version": "1.0.1", "engines": { diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json index 40641da8e..eb8d6a9bb 100644 --- a/contracts/multisig/package.json +++ b/contracts/multisig/package.json @@ -1,5 +1,4 @@ { - "private": true, "name": "@0x/contracts-multisig", "version": "1.0.1", "engines": { diff --git a/contracts/protocol/package.json b/contracts/protocol/package.json index 6ed38b5c1..54294bf1b 100644 --- a/contracts/protocol/package.json +++ b/contracts/protocol/package.json @@ -1,5 +1,4 @@ { - "private": true, "name": "@0x/contracts-protocol", "version": "2.1.58", "engines": { diff --git a/contracts/tokens/package.json b/contracts/tokens/package.json index 1c5bcb7c9..21032cee5 100644 --- a/contracts/tokens/package.json +++ b/contracts/tokens/package.json @@ -1,5 +1,4 @@ { - "private": true, "name": "@0x/contracts-tokens", "version": "1.0.1", "engines": { diff --git a/contracts/utils/package.json b/contracts/utils/package.json index ba6b41b10..0d6b52c03 100644 --- a/contracts/utils/package.json +++ b/contracts/utils/package.json @@ -1,5 +1,4 @@ { - "private": true, "name": "@0x/contracts-utils", "version": "1.0.1", "engines": { -- cgit v1.2.3