Skip to content

Commit

Permalink
chore: fix typings path error
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Jan 14, 2024
1 parent 8fb30fb commit 7b51320
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
@@ -1,6 +1,6 @@
{
"name": "lucide-omi",
"version": "0.0.5",
"version": "0.0.6",
"description": "Lucide icons for Omi",
"scripts": {
"gen": "node ./scripts/generate-icons.js",
Expand All @@ -13,7 +13,7 @@
"author": "dntzhang",
"main": "index.js",
"module": "index.js",
"typings": "dist/lucide-omi.d.ts",
"typings": "lucide-omi.d.ts",
"sideEffects": false,
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 7b51320

Please sign in to comment.