Skip to content

Commit

Permalink
fix: main and module paths are incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
bchelkowski committed Oct 16, 2023
1 parent 36a5792 commit 66678f2
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 @@ -15,8 +15,8 @@
"bin": {
"roku": "dist/cjs/src/cli/index.js"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
"types": "dist/types/index.d.js",
"keywords": [
"cli",
Expand Down

0 comments on commit 66678f2

Please sign in to comment.