Skip to content

Commit

Permalink
fix package files, bin, main, and types
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 5, 2023
1 parent 7c94fe7 commit 31c2265
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"url": "https://github.com/floodfx/liveviewjs/issues"
},
"type": "module",
"main": "./dist/cli.js",
"bin": "./dist/cli.js",
"types": "./dist/cli.d.ts",
"main": "./dist/cli.mjs",
"bin": "./dist/cli.mjs",
"types": "./dist/cli.d.mts",
"files": [
"dist/cli.js",
"dist/**/*",
"_templates/**/*"
],
"scripts": {
Expand Down

0 comments on commit 31c2265

Please sign in to comment.