Skip to content

Commit

Permalink
fix: change package type to module (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
billvog authored Oct 16, 2024
1 parent 3e175a4 commit 25cb7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ss-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"lodash": "4.17.21"
},
"type": "commonjs",
"type": "module",
"main": "./index.cjs",
"module": "./index.js"
}
}

0 comments on commit 25cb7cb

Please sign in to comment.