Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vt-pbf",
"version": "4.0.0",
"name": "@maplibre/vt-pbf",
"version": "4.0.1",
"description": "Serialize mapbox vector tiles to binary protobufs in javascript.",
"main": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/vt-pbf.git"
"url": "git+https://github.com/maplibre/vt-pbf.git"
},
"dependencies": {
"@mapbox/point-geometry": "^1.1.0",
Expand Down