From 68a3f51dff6dff62ca9ab5db7d530c4f854be808 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Fri, 5 May 2017 16:06:46 -0700 Subject: [PATCH] implement `public` property for now.json and pkg.now Closes #463. --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index ea6c199..b8c48af 100644 --- a/lib/index.js +++ b/lib/index.js @@ -165,7 +165,7 @@ module.exports = class Now extends EventEmitter { method: 'POST', body: { env, - public: wantsPublic, + public: wantsPublic || nowConfig.public, forceNew, forceSync, name,