From a32d05f2fc65b1c017e7f482430392d242a97ffc Mon Sep 17 00:00:00 2001 From: papasmile Date: Tue, 4 Feb 2020 15:10:00 -0500 Subject: [PATCH] Include Type Definition for runtime.js in Package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b6658e83..3cccd3457 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,8 @@ "print-script", "release-notes.md", "runtime.js", - "types/*.d.ts" + "types/*.d.ts", + "runtime.d.ts" ], "husky": { "hooks": {