renamed package

This commit is contained in:
Sergey Penkovsky
2021-04-26 14:56:09 +03:00
parent b6a4b86b19
commit f3b1ee84b2
13 changed files with 31 additions and 31 deletions

View File

@@ -13,7 +13,7 @@
library dart_di;
export 'package:dart_di/scope.dart';
export 'package:dart_di/module.dart';
export 'package:dart_di/binding.dart';
export 'package:dart_di/di.dart';
export 'package:cherrypick/scope.dart';
export 'package:cherrypick/module.dart';
export 'package:cherrypick/binding.dart';
export 'package:cherrypick/di.dart';