We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09aade5 commit edf24e0Copy full SHA for edf24e0
models/typescript/package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "gbfs-typescript-types",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "Language Bindings for GBFS in Typescript",
5
"license": "Apache-2.0",
6
"types": "index.d.ts",
7
"author": "MobilityData",
8
"scripts": {
9
- "postinstall": "cd ../../scripts && ./generate_typescript_models.sh",
+ "prepare": "cd ../../scripts && ./generate_typescript_models.sh",
10
"test": "jest"
11
},
12
"devDependencies": {
0 commit comments