From ad737b8e02ea4e7902b5a664284c3388ad3334c5 Mon Sep 17 00:00:00 2001 From: Giovanni Garufi Date: Tue, 2 Jul 2019 19:15:32 +0200 Subject: [PATCH] Add npm-shrinkwrap in package.json so that it gets published to the registry Change-type: patch Signed-off-by: Giovanni Garufi --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 84e4552d..203a4321 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "bin/", "build/", "doc/", - "lib/" + "lib/", + "npm-shrinkwrap.json" ], "bin": { "balena": "./bin/balena"