Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Sep 18, 2024
1 parent 05dde06 commit b51824c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pkg-pr-new",
"version": "0.0.24",
"description": "",
"main": "index.js",
"main": "./dist/index.js",
"type": "module",
"bin": {
"pkg-pr-new": "bin/cli.js"
Expand All @@ -17,6 +17,12 @@
"build": "tsup",
"build:publish": "API_URL=https://pkg.pr.new/ tsup"
},
"exports": {
".": {
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"keywords": [],
"author": "",
"license": "MIT",
Expand Down

0 comments on commit b51824c

Please sign in to comment.