Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Remove now unnecessary glob dependency override (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Oct 11, 2023
1 parent a18ad1c commit 7418131
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/file_testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 3.0.1-wip

* Require Dart 3.0 or later.

#### 3.0.0

* Migrate to null safety.
Expand Down
5 changes: 1 addition & 4 deletions packages/file_testing/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: file_testing
version: 3.0.0
version: 3.0.1-wip
description: Testing utilities for package:file.
repository: https://github.com/google/file.dart/tree/master/packages/file_testing

Expand All @@ -11,6 +11,3 @@ dependencies:

dev_dependencies:
lints: ^2.0.1

dependency_overrides:
glob: 2.1.1

0 comments on commit 7418131

Please sign in to comment.