From 42043f21431100a8f89cf37f81afac7a674918b1 Mon Sep 17 00:00:00 2001 From: Luciano Dantas Date: Fri, 27 Nov 2020 10:56:55 +0000 Subject: [PATCH] release prep --- configuration.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configuration.json b/configuration.json index 25e56b6..b07e717 100644 --- a/configuration.json +++ b/configuration.json @@ -106,6 +106,7 @@ "CEFConfig", "CREOLEDevelopmentProduct", "CREOLETestProduct", - "ExProd" + "ExProd", + "NavigatorSecure", ] } \ No newline at end of file diff --git a/package.json b/package.json index ffcbb6e..7583fc3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1", - "build": "cp ./configuration.json ./build && webpack --config webpack.config.js" + "build": "rm -rf build && mkdir build && cp ./configuration.json ./build && cp ./README.md ./build && webpack --config webpack.config.js" }, "author": "", "license": "ISC",