Skip to content

Commit

Permalink
Merge pull request #1068 from zino-hofmann/fix-publish-2
Browse files Browse the repository at this point in the history
fix: Add .pubignore and dependency
  • Loading branch information
vincenzopalazzo authored Mar 15, 2022
2 parents 81e8a18 + 10267fb commit 8a10d4d
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 8a10d4d

Please sign in to comment.