| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 212a7636cd183abd34812a8083c29ab6f05857d6..db13edff7a0aeaca61661236eb563547464ab72f 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,14 +1,14 @@
|
| -name: sample
|
| -version: 0.0.1
|
| -description: A sample library.
|
| +name: convert
|
| +version: 0.0.1-dev
|
| +description: Utilities for converting between data representations.
|
| author: Dart Team <misc@dartlang.org>
|
| -homepage: https://github.com/dart-lang/sample
|
| +homepage: https://github.com/dart-lang/convert
|
|
|
| environment:
|
| - sdk: '>=1.0.0 <2.0.0'
|
| + sdk: '>=1.8.0 <2.0.0'
|
| +
|
| +dependencies:
|
| + charcode: '^1.1.0'
|
|
|
| -#dependencies:
|
| -# lib_name: any
|
| dev_dependencies:
|
| -# change this to a specific version range when you create your project
|
| - test: any
|
| + test: '^0.12.0'
|
|
|