Skip to content

Commit 98b1b17

Browse files
committed
Publish with pika
1 parent b67583a commit 98b1b17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@manifoldco/swagger-to-ts",
33
"description": "Generate TypeScript types from Swagger OpenAPI specs",
44
"main": "dist/cjs",
5+
"version": "1.1.1",
56
"engines": {
67
"node": ">= 8.0.0"
78
},
@@ -49,6 +50,7 @@
4950
"generate": "node pkg/bin/cli example/input.yaml -o example/output.ts",
5051
"lint": "eslint --ignore-path .gitignore --ext .js,.ts src",
5152
"prepublish": "npm run build",
53+
"publish": "pack publish",
5254
"pretest": "npm run build",
5355
"test": "jest",
5456
"test:coverage": "jest --coverage"

0 commit comments

Comments
 (0)