v1.1.2-a
This commit is contained in:
parent
9b668f0b2f
commit
bee45e6e4b
1 changed files with 12 additions and 3 deletions
15
package.json
15
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@supmiku39/api-ts-gen",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.2-a",
|
||||
"description": "OpenAPI code generator for TypeScript",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
@ -15,8 +15,17 @@
|
|||
"url": "https://github.com/supmiku39/api-ts-gen",
|
||||
"type": "git"
|
||||
},
|
||||
"keywords": ["openapi", "swagger", "typescript", "codegen"],
|
||||
"files": ["dist/*", "bin/*", "utils"],
|
||||
"keywords": [
|
||||
"openapi",
|
||||
"swagger",
|
||||
"typescript",
|
||||
"codegen"
|
||||
],
|
||||
"files": [
|
||||
"dist/*",
|
||||
"bin/*",
|
||||
"utils"
|
||||
],
|
||||
"bin": {
|
||||
"api-codegen": "bin/api-codegen.js"
|
||||
},
|
||||
|
|
Reference in a new issue