Skip to content

Commit

Permalink
Fix package stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 29, 2024
1 parent c25a4d6 commit 0fd72d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [],
"bin": "dist/cli.js",
"bin": {
"xsea": "dist/cli.js"
},
"files": [
"dist",
"src",
"license.md",
"tsconfig.json"
"license.md"
],
"type": "module",
"homepage": "https://github.com/james-pre/xsea",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"outDir": "dist",
"lib": ["ESNext", "ESNext.Disposable"],
"moduleResolution": "NodeNext",
"declaration": true,
"strict": true
},
"include": ["src/**/*.ts"],
Expand Down

0 comments on commit 0fd72d0

Please sign in to comment.