| Index: pkg/crypto/pubspec.yaml
|
| diff --git a/pkg/fixnum/pubspec.yaml b/pkg/crypto/pubspec.yaml
|
| similarity index 58%
|
| copy from pkg/fixnum/pubspec.yaml
|
| copy to pkg/crypto/pubspec.yaml
|
| index bdb079cc6d8e7061771e1ba86a368af634aebea0..cc3c47d6aeab7e81df3fdb6cb240d4169697bed0 100644
|
| --- a/pkg/fixnum/pubspec.yaml
|
| +++ b/pkg/crypto/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| -name: fixnum
|
| +name: crypto
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: >
|
| - Library for 32- and 64-bit fixed size integers.
|
| + Library of cryptographic functions.
|
|
|