OLD | NEW |
1 # This pubspec is currently mainly used to make it easier to develop on the | 1 # This pubspec is currently mainly used to make it easier to develop on the |
2 # gardening by making it a package. | 2 # gardening by making it a package. |
3 name: gardening | 3 name: gardening |
4 #version: do-not-upload | 4 #version: do-not-upload |
5 dependencies: | 5 dependencies: |
6 args: | 6 args: |
7 html: | |
8 http: | 7 http: |
9 path: | 8 path: |
| 9 archive: |
10 expect: | 10 expect: |
11 path: ../../pkg/expect/ | 11 path: ../../pkg/expect/ |
12 testing: | 12 testing: |
13 path: ../../pkg/testing/ | 13 path: ../../pkg/testing/ |
OLD | NEW |