| Index: pkg/yaml/lib/src/constructor.dart
|
| diff --git a/pkg/yaml/lib/src/constructor.dart b/pkg/yaml/lib/src/constructor.dart
|
| index 428c476e57e6732c6a78efeddd25b9cf40dffb19..116809dfb6ad3d4a4c2f3dfaf3659c001987beb7 100644
|
| --- a/pkg/yaml/lib/src/constructor.dart
|
| +++ b/pkg/yaml/lib/src/constructor.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library constructor;
|
| +library yaml.constructor;
|
|
|
| import 'model.dart';
|
| import 'visitor.dart';
|
|
|