| Index: pkg/dartino_compiler/lib/src/verbs/x_upgrade_verb.dart
|
| diff --git a/pkg/fletchc/lib/src/verbs/x_upgrade_verb.dart b/pkg/dartino_compiler/lib/src/verbs/x_upgrade_verb.dart
|
| similarity index 95%
|
| rename from pkg/fletchc/lib/src/verbs/x_upgrade_verb.dart
|
| rename to pkg/dartino_compiler/lib/src/verbs/x_upgrade_verb.dart
|
| index 96ef403ef950e01a16e297961db9237b657e6b81..e9318d46e8dfa8ed583f1f46d08c2b1d58f65383 100644
|
| --- a/pkg/fletchc/lib/src/verbs/x_upgrade_verb.dart
|
| +++ b/pkg/dartino_compiler/lib/src/verbs/x_upgrade_verb.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.verbs.x_upgrade_verb;
|
| +library dartino_compiler.verbs.x_upgrade_verb;
|
|
|
| import 'infrastructure.dart';
|
| import '../worker/developer.dart' show upgradeAgent;
|
|
|