resinci: Set private: true in package.json to avoid running npm builds

Change-type: patch
Signed-off-by: Jack Brown <jack@resin.io>
This commit is contained in:
John (Jack) Brown 2018-07-18 07:25:33 -07:00
parent 1fb420c2fc
commit 45b62f0e77

View File

@ -1,5 +1,6 @@
{
"name": "etcher",
"private": true,
"displayName": "Etcher",
"version": "1.4.4",
"packageType": "local",