Skip to content

Commit

Permalink
Add types to package.json exports for bundler resolution mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Dec 15, 2023
1 parent 104f608 commit c0e7b35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/three",
"version": "0.0.3",
"version": "0.0.4",
"license": "Apache-2.0",
"type": "module",
"files": [
Expand All @@ -10,6 +10,7 @@
"types": "./dist/main.d.ts",
"exports": {
".": {
"types": "./dist/main.d.ts",
"import": "./dist/ov.js"
}
},
Expand Down

0 comments on commit c0e7b35

Please sign in to comment.