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",