Skip to content

Commit

Permalink
switch bin to cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed May 1, 2024
1 parent d1d92c4 commit 35cb68a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/openapi-gen-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/openapi-gen-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxide/openapi-gen-ts",
"version": "0.1.4",
"version": "0.1.5",
"description": "OpenAPI client generator used to generate Oxide TypeScript SDK",
"keywords": [
"oxide",
Expand All @@ -18,7 +18,7 @@
"require": "./dist/index.cjs"
},
"bin": {
"openapi-gen-ts": "./dist/index.js"
"openapi-gen-ts": "./dist/index.cjs"
},
"tsup": {
"entry": ["src/index.ts"],
Expand Down

0 comments on commit 35cb68a

Please sign in to comment.