From 7f9e3c58ccb2621b369167e4b4307839fe9cda20 Mon Sep 17 00:00:00 2001 From: thomashii Date: Tue, 1 Jun 2021 09:04:15 +0800 Subject: [PATCH] Updated auth pubspec --- packages/auth/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/auth/pubspec.yaml b/packages/auth/pubspec.yaml index b6ee36c2..deff0b99 100644 --- a/packages/auth/pubspec.yaml +++ b/packages/auth/pubspec.yaml @@ -1,6 +1,7 @@ name: angel3_auth description: A complete authentication plugin for Angel. Includes support for stateless JWT tokens, Basic Auth, and more. version: 4.0.3 +homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/auth #publish_to: none environment: sdk: '>=2.12.0 <3.0.0'