Skip to content

Commit

Permalink
Fix publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannmoinet committed Apr 22, 2024
1 parent a68577a commit 8b43064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"require": "./dist/packages/core/src/hooks/datadog/index.js"
},
"./*": {
"types": "./src/*.ts",
"import": "./dist/*.js",
"require": "./dist/*.js"
"types": "./dist/packages/core/src/*.d.ts",
"import": "./dist/packages/core/src/*.js",
"require": "./dist/packages/core/src/*.js"
}
}
},
Expand Down

0 comments on commit 8b43064

Please sign in to comment.