Skip to content

Commit

Permalink
Use quiver directly, and update README.google. This is so that
Browse files Browse the repository at this point in the history
we don't have to fork quiver_hashcode as well.

BUG=
R=whesse@google.com

Review-Url: https://codereview.chromium.org/2944463002 .
  • Loading branch information
jcollins-g committed Jun 15, 2017
1 parent 311778b commit a9ef1cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.google
Expand Up @@ -9,4 +9,5 @@ Description:
This directory contains the tuple package as checked
out from git@github.com:kseo/tuple.git at tag v1.0.1
on June 13, 2017.

Modified to use quiver.core directly instead of
quiver_hashcode.
2 changes: 1 addition & 1 deletion lib/tuple.dart
Expand Up @@ -22,6 +22,6 @@
/// ```
library tuple;

import 'package:quiver_hashcode/hashcode.dart';
import 'package:quiver/core.dart';

part 'package:tuple/src/tuple.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -8,6 +8,6 @@ homepage: https://github.com/kseo/tuple
environment:
sdk: '>=1.6.0'
dependencies:
quiver_hashcode: '>=1.0.0-dev.1 <1.1.0'
quiver: '>=0.22.0 <0.23.0'
dev_dependencies:
test: any

0 comments on commit a9ef1cd

Please sign in to comment.