Skip to content

Commit 8075d64

Browse files
committed
Fix metrics dependency
1 parent 48b9224 commit 8075d64

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.env.prod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
API_BASE_URL=https://metrics.mosquitoalert.com/api/v1
21
GEOSERVER_URL=https://mapserver.mosquitoalert.com/geoserver/mosquitoalert/ows

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"dependencies": {
1818
"@quasar/extras": "^1.16.4",
19-
"metrics": "github:mosquito-alert/metrics-typescript-sdk#0.2.0",
2019
"axios": "^1.2.1",
2120
"echarts": "^5.6.0",
21+
"metrics": "github:mosquito-alert/metrics-typescript-sdk#0.2.0",
2222
"ol": "^10.5.0",
2323
"ol-contextmenu": "^5.5.0",
2424
"ol-ext": "^4.0.31",
@@ -53,4 +53,4 @@
5353
"npm": ">= 6.13.4",
5454
"yarn": ">= 1.21.1"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)