From e35a1e3e514e67aa2b5adae111ac66fc0b836f4f Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 11 Mar 2018 20:37:24 -0700 Subject: [PATCH] update config for `now` --- package.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 72fb80a..618221c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "TODO", - "description": "TODO", + "name": "pinafore", + "description": "Alternative web client for Mastodon", "version": "0.0.1", "scripts": { "lint": "standard", @@ -111,5 +111,23 @@ "@std/esm": { "mode": "js", "cjs": "vars" + }, + "now": { + "env": { + "NODE_ENV": "production" + }, + "files": [ + "assets", + "bin", + "original-assets", + "routes", + "scss", + "templates", + "package.json", + "package-lock.json", + "server.js", + "webpack.client.config.js", + "webpack.server.config.js" + ] } }