Skip to content

Commit

Permalink
fix(lucide-react) Adds type module in package.json (#2731)
Browse files Browse the repository at this point in the history
* Adds type module in package.json

* fix typo
  • Loading branch information
ericfennis authored Jan 13, 2025
1 parent 389fed8 commit 31c3fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lucide-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"author": "Eric Fennis",
"amdName": "lucide-react",
"source": "src/lucide-react.ts",
"main": "dist/cjs/lucide-react.js",
"module": "dist/esm/lucide-react.js",
"main": "dist/esm/lucide-react.js",
"types": "dist/lucide-react.d.ts",
"type": "module",
"files": [
"dist"
],
Expand Down

0 comments on commit 31c3fef

Please sign in to comment.