From 9f356fa27d404db7216427aebc59632cf7d9d75b Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 13 Feb 2020 16:29:03 -0800 Subject: [PATCH] Add package to exports --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 8f54c12ce..27bed372d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1013,5 +1013,6 @@ module.exports = { postversion: postversion, gitCreateRC: createRC, gitRecompile: recompile, - typings: typings + typings: typings, + package: package };