Chromium Code Reviews| Index: pubspec.lock |
| diff --git a/pubspec.lock b/pubspec.lock |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..615e8bc64099be5fa38e7de98a65715a6dffd16a |
| --- /dev/null |
| +++ b/pubspec.lock |
| @@ -0,0 +1,23 @@ |
| +# Generated by pub |
| +# See http://pub.dartlang.org/doc/glossary.html#lockfile |
| +packages: |
| + collection: |
| + description: collection |
| + source: hosted |
| + version: "1.0.0" |
| + matcher: |
| + description: matcher |
| + source: hosted |
| + version: "0.11.1" |
| + path: |
| + description: path |
| + source: hosted |
| + version: "1.3.0" |
| + stack_trace: |
| + description: stack_trace |
| + source: hosted |
| + version: "1.0.2" |
| + unittest: |
| + description: unittest |
| + source: hosted |
| + version: "0.11.0+5" |
|
nweiz
2014/09/25 22:52:02
Don't check in the lockfile.
Bob Nystrom
2014/09/26 19:41:07
Done.
|