Skip to content

Commit

Permalink
fix -- issues/198 (#202)
Browse files Browse the repository at this point in the history
* Adding an export property to the core package.json for 'import' so that destructured imports work, in addition to the default imports handled by the 'default' property

* Create short-months-sing.md
  • Loading branch information
erikrahm authored Oct 23, 2023
1 parent 7b4ee18 commit fc4806e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-months-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"robot3": patch
---

Adding an export property to the core package.json for 'import' so that destructured imports work, in addition to the default imports handled by the 'default' property
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"exports": {
".": {
"require": "./dist/machine.js",
"import": "./machine.js",
"default": "./machine.js"
}
},
Expand Down

0 comments on commit fc4806e

Please sign in to comment.