mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:58:24 +02:00
fix(lucide-react) Adds type module in package.json (#2731)
* Adds type module in package.json * fix typo
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user