Merge pull request #25 from DanielRuf/chore/set-private-true

Set the private field in package.json to true
This commit is contained in:
Bastian
2019-12-20 13:06:50 +01:00
committed by GitHub

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