Skip to content

Commit

Permalink
better expose exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvercr committed Mar 4, 2024
1 parent 60a432f commit 5a33e0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ajuvercr/js-runner",
"version": "0.1.15",
"version": "0.1.16",
"type": "module",
"exports": {
"import": "dist/index.js",
"require": "dist/index.cjs"
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"description": "",
"main": "./dist/index.js",
Expand Down

0 comments on commit 5a33e0e

Please sign in to comment.