| Index: pkg/dartino_compiler/lib/src/worker/worker_main.dart
 | 
| diff --git a/pkg/fletchc/lib/src/worker/worker_main.dart b/pkg/dartino_compiler/lib/src/worker/worker_main.dart
 | 
| similarity index 99%
 | 
| rename from pkg/fletchc/lib/src/worker/worker_main.dart
 | 
| rename to pkg/dartino_compiler/lib/src/worker/worker_main.dart
 | 
| index bb7526b65e4f339a6e4e44bf931d3e4297d5bc79..74bce671cd9dac8c0e77563b60ad3c9718f8a883 100644
 | 
| --- a/pkg/fletchc/lib/src/worker/worker_main.dart
 | 
| +++ b/pkg/dartino_compiler/lib/src/worker/worker_main.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.worker_isolate;
 | 
| +library dartino_compiler.worker_isolate;
 | 
|  
 | 
|  import 'dart:async' show
 | 
|      Completer,
 | 
| 
 |