From f51afe6aa9ff685399fbf64d21634858c45ee57d Mon Sep 17 00:00:00 2001 From: Zak Angelle Date: Fri, 16 Apr 2021 18:20:36 -0500 Subject: [PATCH] chore: add files (#109) --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 9c4fa0b..7ba953b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "Project information which will be served to display on the Boardroom Governance Portal.", "main": "dist/index.js", "typings": "dist/index.d.ts", + "files": [ + "dist/index.js", + "dist/index.d.ts" + ], "repository": "https://github.com/boardroom-inc/protocol-Info.git", "author": "sudheer ", "license": "MIT",