From 3b1da765f7e0b82e04e3531eaffc378173f74514 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Mon, 11 Oct 2021 14:53:35 +0200 Subject: [PATCH] Undo unintentional change to plugin pubspec --- drift/tools/analyzer_plugin/pubspec.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drift/tools/analyzer_plugin/pubspec.yaml b/drift/tools/analyzer_plugin/pubspec.yaml index 1e982449..d4e056a4 100644 --- a/drift/tools/analyzer_plugin/pubspec.yaml +++ b/drift/tools/analyzer_plugin/pubspec.yaml @@ -9,12 +9,6 @@ dependencies: drift_dev: ^1.0.0 web_socket_channel: ^1.0.15 -dependency_overrides: - drift: - path: /home/simon/IdeaProjects/moor/drift - drift_dev: - path: /home/simon/IdeaProjects/moor/drift_dev - # These overrides are only needed when working on the plugin with useDebuggingVariant = false (not recommended) #dependency_overrides: