diff --git a/package.json b/package.json index de0ce6b..c378c4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "now", "version": "6.0.0", - "private": true, + "description": "The command line interface for Now", + "repository": "zeit/now-cli", "scripts": { "postinstall": "node download/postinstall.js", "precommit": "xo --quiet && lint-staged",