Skip to content

Commit

Permalink
fix: package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
VicGUTT committed Nov 27, 2022
1 parent df8beae commit 71969ed
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 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/strjs.es.js",
"require": "./dist/strjs.umd.js"
"import": "./dist/_strjs.es.js",
"require": "./dist/_strjs.umd.cjs"
},
"./*": {
"import": "./dist/*.js"
Expand Down

0 comments on commit 71969ed

Please sign in to comment.