From 48e58780cff8a12e726d491d6fd0288b9082707a Mon Sep 17 00:00:00 2001 From: shellscape Date: Mon, 26 Oct 2020 22:35:53 -0400 Subject: [PATCH] chore(release): graphql v1.0.0 --- packages/graphql/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphql/README.md b/packages/graphql/README.md index d61725df6..5f9711304 100644 --- a/packages/graphql/README.md +++ b/packages/graphql/README.md @@ -34,9 +34,9 @@ export default { input: 'src/index.js', output: { dir: 'output', - format: 'cjs', + format: 'cjs' }, - plugins: [graphql()], + plugins: [graphql()] }; ```