Skip to content

Commit

Permalink
fix sub paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jul 10, 2024
1 parent e41f3a0 commit f08d494
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@
"types": "./core/cli/index.d.ts",
"import": "./core/cli/index.js",
"require": "./core/cli/index.cjs"
},
"./internal/cli/bin": {
"types": "./core/cli/bin/index.d.ts",
"import": "./core/cli/bin/index.js",
"require": "./core/cli/bin/index.cjs"
}
},
"main": "dist/index.cjs",
Expand All @@ -191,6 +196,9 @@
"internal/cli": [
"./core/cli/index.d.ts"
],
"internal/cli/bin": [
"./core/cli/bin/index.d.ts"
],
"internal/client-logger": [
"./core/client-logger/index.d.ts"
],
Expand Down

0 comments on commit f08d494

Please sign in to comment.