From 10267fbd0c1ac204e89b9281da0ceb4505a86e49 Mon Sep 17 00:00:00 2001 From: Christian Budde Christensen Date: Tue, 15 Mar 2022 12:15:57 +0100 Subject: [PATCH] fix: Add .pubignore and dependency --- packages/graphql/.pubignore | 1 + packages/graphql_flutter/.pubignore | 1 + packages/graphql_flutter/pubspec.yaml | 3 --- 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 packages/graphql/.pubignore create mode 100644 packages/graphql_flutter/.pubignore diff --git a/packages/graphql/.pubignore b/packages/graphql/.pubignore new file mode 100644 index 000000000..9daeafb98 --- /dev/null +++ b/packages/graphql/.pubignore @@ -0,0 +1 @@ +test diff --git a/packages/graphql_flutter/.pubignore b/packages/graphql_flutter/.pubignore new file mode 100644 index 000000000..9daeafb98 --- /dev/null +++ b/packages/graphql_flutter/.pubignore @@ -0,0 +1 @@ +test diff --git a/packages/graphql_flutter/pubspec.yaml b/packages/graphql_flutter/pubspec.yaml index 710cf5e77..171e4083e 100644 --- a/packages/graphql_flutter/pubspec.yaml +++ b/packages/graphql_flutter/pubspec.yaml @@ -21,8 +21,5 @@ dev_dependencies: sdk: flutter http: ^0.13.0 test: ^1.17.12 -dependency_overrides: - graphql: - path: ../graphql environment: sdk: '>=2.12.0 <3.0.0'