From b27c6ed670b49de2782f24148562eb77ea45825f Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Wed, 21 Apr 2021 07:02:57 +0930 Subject: [PATCH] fix: include btoa and graphql-iso-date deps in build --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e0c9574b7..2a9f44de8 100644 --- a/package.json +++ b/package.json @@ -185,6 +185,7 @@ "apollo-server-express", "async-exit-hook", "async-mutex", + "btoa", "bycontract", "bytes", "camelcase", @@ -214,6 +215,7 @@ "globby", "graphql", "graphql-directive", + "graphql-iso-date", "graphql-subscriptions-client", "graphql-tag", "graphql-type-json", @@ -266,4 +268,4 @@ "uuid-apikey", "xhr2" ] -} +} \ No newline at end of file