commit | 3d164a9f60e9e5dda8e6702068723ffc18397278 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]> | Wed Oct 01 17:57:05 2014 +0000 |
committer | Natalie Weizenbaum <[email protected]> | Thu May 14 16:56:31 2015 -0700 |
tree | 0bb681ebdb4f79d9ccc421d5f91d1fec23443be8 | |
parent | c0b131baa3332e708987366b62627f1563658127 [diff] [blame] |
Use pub_semver package in pub. [email protected] Review URL: https://codereview.chromium.org//602253002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40849 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/lib/src/pubspec.dart b/lib/src/pubspec.dart index fad03b2..55b2df7 100644 --- a/lib/src/pubspec.dart +++ b/lib/src/pubspec.dart
@@ -5,6 +5,7 @@ library pub.pubspec; import 'package:path/path.dart' as path; +import 'package:pub_semver/pub_semver.dart'; import 'package:source_span/source_span.dart'; import 'package:yaml/yaml.dart'; @@ -14,7 +15,6 @@ import 'package.dart'; import 'source_registry.dart'; import 'utils.dart'; -import 'version.dart'; /// The parsed contents of a pubspec file. ///