Skip to content

Commit

Permalink
resolving import
Browse files Browse the repository at this point in the history
  • Loading branch information
brozeph committed Jul 20, 2023
1 parent 0cc2dd0 commit 55c1334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -21,6 +21,9 @@
"url": "https://githb.com/ldanilek"
}
],
"exports": {
"import": "./src/main.js"
},
"type": "module",
"engine": "node >= 16.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Expand Up @@ -8,4 +8,4 @@ export const createSimple = () => SimpleGameClient.create();
export default {
create,
createSimple
};
};

0 comments on commit 55c1334

Please sign in to comment.