diff --git a/packages/cors/pubspec.yaml b/packages/cors/pubspec.yaml index ae32a407..2dc178cc 100644 --- a/packages/cors/pubspec.yaml +++ b/packages/cors/pubspec.yaml @@ -1,16 +1,23 @@ author: Tobe O description: Angel CORS middleware. Port of expressjs/cors to the Angel framework. environment: - sdk: ">=2.10.0 <2.12.0" + sdk: ">=2.10.0 <3.0.0" homepage: https://github.com/angel-dart/cors.git name: angel_cors -version: 2.0.0 +version: 3.0.0 +publish_to: none dependencies: - angel_framework: #^2.0.0-alpha - path: ../framework + angel_framework: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/framework dev_dependencies: - angel_test: #^2.0.0 - path: ../test - http: ^0.12.0 - pedantic: ^1.0.0 - test: ^1.15.7 + angel_test: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/test + http: ^0.13.0 + pedantic: ^1.11.0 + test: ^1.16.5