From 0c152c48608f9e6a57878c6052119ab00bffc22a Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sun, 8 Mar 2026 13:17:59 -0400 Subject: [PATCH] Use hosted nrel_spa ^1.0.0 instead of path dependency --- pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index a5bd272..01c55d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,8 +17,7 @@ environment: sdk: ^3.7.0 dependencies: - nrel_spa: - path: ../nrel-spa-dart + nrel_spa: ^1.0.0 dev_dependencies: lints: ^5.0.0