Index: pkg/dartino_compiler/lib/bytecodes.dart |
diff --git a/pkg/fletchc/lib/bytecodes.dart b/pkg/dartino_compiler/lib/bytecodes.dart |
similarity index 98% |
rename from pkg/fletchc/lib/bytecodes.dart |
rename to pkg/dartino_compiler/lib/bytecodes.dart |
index 45c8244c76a9157fcba22ec85fd9f83948987eb3..8efde5e7b81735be6104a6207f28bad5f60aed34 100644 |
--- a/pkg/fletchc/lib/bytecodes.dart |
+++ b/pkg/dartino_compiler/lib/bytecodes.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 fletch.bytecodes; |
+library dartino.bytecodes; |
import 'dart:typed_data' show |
ByteData, |