Set the private field in package.json to true

This commit is contained in:
Daniel Ruf
2019-06-29 22:54:27 +02:00
parent b388e49df8
commit 9ae1b3a5a8

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"build": "yarn clean && yarn build:pages && yarn build:jsprod && yarn build:css && yarn build:assets",
"build:all": "yarn build",