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 b67583a commit 98b1b17Copy full SHA for 98b1b17
package.json
@@ -2,6 +2,7 @@
2
"name": "@manifoldco/swagger-to-ts",
3
"description": "Generate TypeScript types from Swagger OpenAPI specs",
4
"main": "dist/cjs",
5
+ "version": "1.1.1",
6
"engines": {
7
"node": ">= 8.0.0"
8
},
@@ -49,6 +50,7 @@
49
50
"generate": "node pkg/bin/cli example/input.yaml -o example/output.ts",
51
"lint": "eslint --ignore-path .gitignore --ext .js,.ts src",
52
"prepublish": "npm run build",
53
+ "publish": "pack publish",
54
"pretest": "npm run build",
55
"test": "jest",
56
"test:coverage": "jest --coverage"
0 commit comments