Skip to content

Commit edf24e0

Browse files
typescript-package-script (#132)
1 parent 09aade5 commit edf24e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "gbfs-typescript-types",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Language Bindings for GBFS in Typescript",
55
"license": "Apache-2.0",
66
"types": "index.d.ts",
77
"author": "MobilityData",
88
"scripts": {
9-
"postinstall": "cd ../../scripts && ./generate_typescript_models.sh",
9+
"prepare": "cd ../../scripts && ./generate_typescript_models.sh",
1010
"test": "jest"
1111
},
1212
"devDependencies": {

0 commit comments

Comments
 (0)