Skip to content

Commit d903c66

Browse files
committed
vendor(geodata): dep on geobase to local path
1 parent d322d2f commit d903c66

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dart/geodata/pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: A geospatial client to read GeoJSON and OGC API Features data sourc
33
version: 1.2.1
44
repository: https://github.com/navibyte/geospatial
55
homepage: https://geospatial.navibyte.dev/
6+
publish_to: none
67

78
environment:
89
sdk: '>=2.17.0 <4.0.0'
@@ -12,9 +13,9 @@ dependencies:
1213
http: ^0.13.0
1314
meta: ^1.7.0
1415

15-
geobase: ^1.1.0
16-
#geobase:
17-
# path: ../geobase
16+
#geobase: ^1.1.0
17+
geobase:
18+
path: ../geobase
1819

1920
dev_dependencies:
2021
test: ^1.21.1

0 commit comments

Comments
 (0)