Skip to content

Commit

Permalink
gbfs validator script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro100 committed Jun 5, 2024
1 parent bd81b27 commit 285ecc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gbfs-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gbfs-validator",
"version": "1.0.10",
"version": "1.0.11",
"author": "MobilityData",
"main": "index.js",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
},
"scripts": {
"test": "jest",
"postinstall": "git submodule update --init --recursive"
"prepare": "git submodule update --init --recursive"
},
"dependencies": {
"ajv": "^8.9.0",
Expand Down

0 comments on commit 285ecc1

Please sign in to comment.