Browse Source

Depend on git version of notus

Anatoly Pulyaevskiy 6 years ago
parent
commit
2854c595d3
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      packages/zefyr/pubspec.yaml

+ 4
- 2
packages/zefyr/pubspec.yaml View File

@@ -8,10 +8,12 @@ dependencies:
8 8
   flutter:
9 9
     sdk: flutter
10 10
   collection: ^1.14.6
11
-  notus:
12
-    path: ../notus
13 11
   url_launcher: ^3.0.0
14 12
   quill_delta: ^1.0.0-dev.1.0
13
+  notus:
14
+    git:
15
+      url: git@github.com:memspace/zefyr.git
16
+      path: packages/notus
15 17
 
16 18
 dev_dependencies:
17 19
   flutter_test: