fix: Set deployment package.json to private mode

This commit is contained in:
Robert Prehn 2021-01-13 13:41:25 -06:00
parent 5bdd4f2b52
commit 8a55235b50

View file

@ -1,6 +1,7 @@
{ {
"name": "@mythic-insight/legendary", "name": "@mythic-insight/legendary",
"version": "1.0.12", "version": "1.0.12",
"private": true,
"description": "The Legendary Phoenix Boilerplate.", "description": "The Legendary Phoenix Boilerplate.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {