diff --git a/packages/orm/angel_migration/pubspec.yaml b/packages/orm/angel_migration/pubspec.yaml index 5d448150..23630ebd 100755 --- a/packages/orm/angel_migration/pubspec.yaml +++ b/packages/orm/angel_migration/pubspec.yaml @@ -3,8 +3,12 @@ version: 2.0.0 description: Database migration runtime for Angel's ORM. Use this package to define schemas. author: Tobe O homepage: https://github.com/angel-dart/migration +publish_to: none environment: - sdk: '>=2.10.0 <2.12.0' + sdk: '>=2.10.0 <3.0.0' dependencies: - angel_orm: #^2.0.0-dev - path: ../angel_orm \ No newline at end of file + angel_orm: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/orm/angel_orm \ No newline at end of file