From 8a42cea978bc72abde12c91bd7fa07bef5439aa3 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 3 Dec 2018 13:38:46 +0100 Subject: Remove contracts package authors from package.json --- contracts/core/package.json | 1 - contracts/multisig/package.json | 1 - contracts/test-utils/package.json | 1 - 3 files changed, 3 deletions(-) (limited to 'contracts') diff --git a/contracts/core/package.json b/contracts/core/package.json index 251158d0c..b1249a4b0 100644 --- a/contracts/core/package.json +++ b/contracts/core/package.json @@ -39,7 +39,6 @@ "type": "git", "url": "https://github.com/0xProject/0x-monorepo.git" }, - "author": "Amir Bandeali", "license": "Apache-2.0", "bugs": { "url": "https://github.com/0xProject/0x-monorepo/issues" diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json index 46923211f..37d064fef 100644 --- a/contracts/multisig/package.json +++ b/contracts/multisig/package.json @@ -38,7 +38,6 @@ "type": "git", "url": "https://github.com/0xProject/0x-monorepo.git" }, - "author": "Amir Bandeali", "license": "Apache-2.0", "bugs": { "url": "https://github.com/0xProject/0x-monorepo/issues" diff --git a/contracts/test-utils/package.json b/contracts/test-utils/package.json index 317cc8bdc..513cfdc10 100644 --- a/contracts/test-utils/package.json +++ b/contracts/test-utils/package.json @@ -27,7 +27,6 @@ "type": "git", "url": "https://github.com/0xProject/0x-monorepo.git" }, - "author": "Amir Bandeali", "license": "Apache-2.0", "bugs": { "url": "https://github.com/0xProject/0x-monorepo/issues" -- cgit v1.2.3