From d216f41d521905e57ed654adda1a4933dd17516f Mon Sep 17 00:00:00 2001 From: gkc Date: Wed, 11 Dec 2024 15:40:11 +0000 Subject: [PATCH 1/2] fix: remove dependency override from pubspec.yaml docs: point at the correct repository --- packages/at_policy/pubspec.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/at_policy/pubspec.yaml b/packages/at_policy/pubspec.yaml index 3b9e97bc..5ff173da 100644 --- a/packages/at_policy/pubspec.yaml +++ b/packages/at_policy/pubspec.yaml @@ -12,12 +12,6 @@ dependencies: at_utils: ^3.0.19 json_annotation: ^4.9.0 -dependency_overrides: - args: - git: - ref: gkc/show-aliases-in-usage - url: https://github.com/gkc/args - dev_dependencies: build_runner: ^2.4.12 json_serializable: ^6.8.0 From 3e51bdb7a1d97b9b9c3efcd5ba560e4a2fbce60b Mon Sep 17 00:00:00 2001 From: gkc Date: Wed, 11 Dec 2024 15:42:23 +0000 Subject: [PATCH 2/2] docs: update pubspec.yaml to point to the correct source code location --- packages/at_policy/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/at_policy/pubspec.yaml b/packages/at_policy/pubspec.yaml index 5ff173da..a869ef21 100644 --- a/packages/at_policy/pubspec.yaml +++ b/packages/at_policy/pubspec.yaml @@ -1,7 +1,7 @@ name: at_policy description: Policy management via atProtocol version: 1.0.0 -repository: https://github.com/atsign-foundation/noports +repository: https://github.com/atsign-foundation/at_libraries/tree/trunk/packages/at_policy environment: sdk: ^3.5.0