Skip to content

Commit

Permalink
Merge pull request #77 from player-ui/bugfix/cli-package-json
Browse files Browse the repository at this point in the history
Fix cli package.json
  • Loading branch information
KetanReddy authored Feb 27, 2024
2 parents c049201 + d4c2c13 commit d651dd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@player-tools/cli",
"version": "0.0.0-PLACEHOLDER",
"main": "src/index.ts",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"bin",
"dist",
Expand Down

0 comments on commit d651dd9

Please sign in to comment.