aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-artifacts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contract-artifacts/package.json')
-rw-r--r--packages/contract-artifacts/package.json4
1 files changed, 1 insertions, 3 deletions
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"
}