From 974ec23ecd2a445523e0550c0a7f69329d6959f1 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Wed, 10 Oct 2018 16:04:37 -0700 Subject: Apply various PR feedback --- packages/contract-artifacts/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/contract-artifacts/package.json') diff --git a/packages/contract-artifacts/package.json b/packages/contract-artifacts/package.json index 39fe68410..3e1696695 100644 --- a/packages/contract-artifacts/package.json +++ b/packages/contract-artifacts/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=6.12" }, - "description": "Smart contract components of 0x protocol", + "description": "0x smart contract compilation artifacts", "main": "lib/src/index.js", "directories": { "test": "test" @@ -27,8 +27,6 @@ "typescript": "3.0.1", "shx": "^0.2.2" }, - "dependencies": { - }, "publishConfig": { "access": "public" } -- cgit