From a0c63e70e4e6c0cb260bbd9072e1858508e3fc76 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Tue, 14 Feb 2017 15:08:15 +0100 Subject: [PATCH] Only upload `build` directory to npm --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index ab20566..e9e5759 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "repository": "zeit/now-cli", "license": "MIT", "files": [ - "bin", - "lib" + "build" ], "scripts": { "precommit": "npm run lint",