Skip to content

Commit

Permalink
upgrade to schema-builder v6
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jan 20, 2023
1 parent bdf8406 commit b3beba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/fields/cycleway.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"key": "cycleway",
"keys": [
"cycleway",
"cycleway:left",
"cycleway:right"
],
"reference": {
"key": "cycleway"
},
"type": "cycleway",
"type": "directionalCombo",
"label": "Bike Lanes",
"placeholder": "Lane, Track, Contraflow, …",
"strings": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@openstreetmap/id-tagging-schema",
"version": "5.3.0-dev",
"version": "6.0.0-dev",
"description": "The OpenStreetMap tagging model used by the iD editor",
"homepage": "https://github.com/openstreetmap/id-tagging-schema#readme",
"bugs": "https://github.com/openstreetmap/id-tagging-schema/issues",
Expand All @@ -20,7 +20,7 @@
"translations": "node scripts/translations.js"
},
"devDependencies": {
"@ideditor/schema-builder": "~5.3.0",
"@ideditor/schema-builder": "~6.0.1",
"prettier": "~2.8.0"
}
}

0 comments on commit b3beba8

Please sign in to comment.