diff --git a/gbfs-validator/README.md b/gbfs-validator/README.md index fa1aa08..458bbc2 100644 --- a/gbfs-validator/README.md +++ b/gbfs-validator/README.md @@ -13,6 +13,16 @@ first install our [Node.js npm package](https://www.npmjs.com/package/gbfs-valid npm install gbfs-validator ``` +## Supported GBFS Versions +- 3.1-RC +- 3.0 +- 2.3 +- 2.2 +- 2.1 +- 2.0 +- 1.1 +- 1.0 + ## Example Code ```javascript const GBFS = require('gbfs-validator'); diff --git a/gbfs-validator/package.json b/gbfs-validator/package.json index db3e6db..34b562b 100644 --- a/gbfs-validator/package.json +++ b/gbfs-validator/package.json @@ -1,6 +1,6 @@ { "name": "gbfs-validator", - "version": "1.0.10", + "version": "1.0.12", "author": "MobilityData", "main": "index.js", "license": "MIT", @@ -20,7 +20,7 @@ }, "scripts": { "test": "jest", - "postinstall": "git submodule update --init --recursive" + "prepare": "git submodule update --init --recursive" }, "dependencies": { "ajv": "^8.9.0", diff --git a/package.json b/package.json index 134705a..ec98a72 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "start": "yarn run dev", "lint": "eslint --ext .js,.vue website/src", "build": "yarn workspace website build", - "build:website": "cd website && yarn run build" + "build:website": "cd website && yarn run build", + "postinstall": "git submodule update --init --recursive" }, "devDependencies": { "eslint": "^8.41.0",