Skip to content

Commit

Permalink
add bin
Browse files Browse the repository at this point in the history
  • Loading branch information
ogroppo committed Nov 25, 2024
1 parent 80ddbf5 commit 8f138e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/prisma-client-types-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# prisma-client-types-generator

## 0.0.3

### Patch Changes

- add bin

## 0.0.2

### Patch Changes
Expand Down
5 changes: 4 additions & 1 deletion packages/prisma-client-types-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "prisma-client-types-generator",
"version": "0.0.2",
"version": "0.0.3",
"description": "Generate safe types for the browser and other uses",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": {
"prisma-client-types-generator": "./dist/index.js"
},
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --treeshake",
"dev": "pnpm build --watch",
Expand Down

0 comments on commit 8f138e8

Please sign in to comment.