Skip to content

Commit

Permalink
fix: Add .pubignore and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
budde377 committed Mar 15, 2022
1 parent 81e8a18 commit 10267fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/graphql/.pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test
1 change: 1 addition & 0 deletions packages/graphql_flutter/.pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test
3 changes: 0 additions & 3 deletions packages/graphql_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 10267fb

Please sign in to comment.