From 3f42d1ff5feeb319cf841f9a7ad1874131779bcf Mon Sep 17 00:00:00 2001 From: thomashii Date: Sun, 30 May 2021 09:00:16 +0800 Subject: [PATCH] Updated auth --- packages/auth/pubspec.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/auth/pubspec.yaml b/packages/auth/pubspec.yaml index 5e96153a..d3a4823d 100644 --- a/packages/auth/pubspec.yaml +++ b/packages/auth/pubspec.yaml @@ -1,13 +1,12 @@ name: angel3_auth description: A complete authentication plugin for Angel. Includes support for stateless JWT tokens, Basic Auth, and more. version: 4.0.2 -homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/auth -publish_to: none +#publish_to: none environment: sdk: '>=2.12.0 <3.0.0' dependencies: - angel3_framework: #^4.0.0 - path: ../framework + angel3_framework: ^4.0.0 +# path: ../framework charcode: ^1.2.0 collection: ^1.15.0 crypto: ^3.0.0