Skip to content

Commit a9ef1cd

Browse files
committed
Use quiver directly, and update README.google. This is so that
we don't have to fork quiver_hashcode as well. BUG= [email protected] Review-Url: https://codereview.chromium.org/2944463002 .
1 parent 311778b commit a9ef1cd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.google

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Description:
99
This directory contains the tuple package as checked
1010
out from [email protected]:kseo/tuple.git at tag v1.0.1
1111
on June 13, 2017.
12-
12+
Modified to use quiver.core directly instead of
13+
quiver_hashcode.

lib/tuple.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
/// ```
2323
library tuple;
2424

25-
import 'package:quiver_hashcode/hashcode.dart';
25+
import 'package:quiver/core.dart';
2626

2727
part 'package:tuple/src/tuple.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ homepage: https://github.com/kseo/tuple
88
environment:
99
sdk: '>=1.6.0'
1010
dependencies:
11-
quiver_hashcode: '>=1.0.0-dev.1 <1.1.0'
11+
quiver: '>=0.22.0 <0.23.0'
1212
dev_dependencies:
1313
test: any

0 commit comments

Comments
 (0)