Skip to content

Commit 65edf4f

Browse files
committed
feat(vizz-json): add repository and keywords to package.json
1 parent abdd701 commit 65edf4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/vizz-json/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"type": "module",
55
"description": "A JSON templating system for geospatial visualization using the @@ prefix convention",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/Vizzuality/vizz-json.git",
10+
"directory": "packages/vizz-json"
11+
},
12+
"keywords": ["json", "templating", "geospatial", "deck.gl", "maplibre", "visualization"],
713
"sideEffects": false,
814
"engines": {
915
"node": ">=18"

0 commit comments

Comments
 (0)