From c57a1fc4b46aa9de770577c28565d92ceeec0fca Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 5 Aug 2019 12:00:52 -0700 Subject: [PATCH] Add dist/bin/** to published files Follow up to #3031 Fixes #3029 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index be9c5ac33bf..0631c7f297d 100644 --- a/package.json +++ b/package.json @@ -126,6 +126,7 @@ }, "files": [ "dist/**/*.js", + "dist/bin/**", "dist/*.d.ts" ] }