Skip to content

Commit

Permalink
fix autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Corallini committed Jun 21, 2024
1 parent 36282d7 commit 3b5dc56
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion packages/g/geostats.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,26 @@
"statistics"
],
"license": "MIT",
"autoupdate": {
"source": "git",
"target": "git://github.com/simogeo/geostats.git",
"fileMap": [
{
"basePath": "lib",
"files": [
"geostats*"
]
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/simogeo/geostats"
}
},
"authors": [
{
"name": "Simon Georget"
}
]
}

0 comments on commit 3b5dc56

Please sign in to comment.