| Index: pkg/dartino_compiler/lib/src/model.dart
|
| diff --git a/pkg/fletchc/lib/src/model.dart b/pkg/dartino_compiler/lib/src/model.dart
|
| similarity index 99%
|
| rename from pkg/fletchc/lib/src/model.dart
|
| rename to pkg/dartino_compiler/lib/src/model.dart
|
| index f5ca1ea15916b8f35d09dd8c5175f95453ce0123..7a004bc77d7a11095d895cf1fbc4b015d4942835 100644
|
| --- a/pkg/fletchc/lib/src/model.dart
|
| +++ b/pkg/dartino_compiler/lib/src/model.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.md file.
|
|
|
| -library fletchc.model;
|
| +library dartino_compiler.model;
|
|
|
| import 'dart:mirrors' as mirrors;
|
|
|
|
|