From 240eea277f16cf26dabdd3e25eb7127270a1e0d1 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Thu, 19 Sep 2019 18:05:37 -0700 Subject: [PATCH] fix(shell): add dockerRunScript.sh to published package --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9803eb8..7f47554 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "lib", "src", "widgets", - "index.js" + "index.js", + "dockerRunScript.sh" ], "engines": { "node": ">=7.6.0" @@ -88,4 +89,4 @@ "docs/**" ] } -} +} \ No newline at end of file