Skip to content

Commit 72430e9

Browse files
committed
chore: bump version to 0.1.1
1 parent 02edf17 commit 72430e9

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@c4h/beatbox",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Mapbox scheme URL parser and MVT configuration translator",
55
"type": "module",
66
"main": "./dist/beatbox.cjs",
@@ -42,7 +42,15 @@
4242
},
4343
"author": "Code for History",
4444
"license": "MIT",
45-
"keywords": ["mapbox", "mvt", "vector-tiles", "url-parser", "scheme", "style", "tiles"],
45+
"keywords": [
46+
"mapbox",
47+
"mvt",
48+
"vector-tiles",
49+
"url-parser",
50+
"scheme",
51+
"style",
52+
"tiles"
53+
],
4654
"devDependencies": {
4755
"@eslint/js": "^9.17.0",
4856
"@playwright/test": "^1.53.1",
@@ -60,4 +68,4 @@
6068
"vitest": "^3.2.4"
6169
},
6270
"packageManager": "pnpm@10.12.4"
63-
}
71+
}

0 commit comments

Comments
 (0)