diff options
Diffstat (limited to 'packages/asset-buyer/package.json')
-rw-r--r-- | packages/asset-buyer/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/asset-buyer/package.json b/packages/asset-buyer/package.json index 2b5136e31..940658d4d 100644 --- a/packages/asset-buyer/package.json +++ b/packages/asset-buyer/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=6.12" }, - "description": "Convenience package for buying assets", + "description": "Convenience package for discovering and buying assets with Ether.", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "scripts": { @@ -69,6 +69,6 @@ "typescript": "3.0.1" }, "publishConfig": { - "access": "public" + "access": "private" } } |