Skip to content

Commit

Permalink
fix package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Jul 20, 2024
1 parent ba002fc commit 48ed899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"exports": {
".": "./index.js",
"./lib/cli-app.js": "./lib/cli-app.js",
"./lib/view/cli-view.js": "./lib/view/cli-view.js"
"./lib/cli-app.mjs": "./lib/cli-app.js",
"./lib/view/cli-view.mjs": "./lib/view/cli-view.js"
},
"keywords": [
"lws",
Expand Down

0 comments on commit 48ed899

Please sign in to comment.