Skip to content

Commit

Permalink
fix: update commonjs export path to correct file path (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi-msft committed May 3, 2024
1 parent 3548c9f commit 8094843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@
"./providers": {
"types": "./lib/providers.d.ts",
"import": "./lib/providers.js",
"require": "./lib-commonjs/providers.js"
"require": "./lib-cjs/providers.js"
},
"./lib/providers": {
"types": "./lib/providers.d.ts",
"import": "./lib/providers.js",
"require": "./lib-commonjs/providers.js"
"require": "./lib-cjs/providers.js"
}
}
}
Expand Down

0 comments on commit 8094843

Please sign in to comment.