Merge pull request #2418 from resin-io/private-module

resinci: Set private: true in package.json to avoid running npm builds
This commit is contained in:
Jonas Hermsmeier 2018-07-18 17:54:37 +02:00 committed by GitHub
commit b348159e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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