Skip to content

Commit

Permalink
Fix missing declaration in exports statement of cli package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 10, 2023
1 parent e05a6c3 commit 14cf5cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
"./package.json": "./package.json",
"./bin/index": "./bin/index.js"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 14cf5cc

Please sign in to comment.