Skip to content

Commit

Permalink
fix: d.ts missing
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Jan 14, 2024
1 parent e5270b2 commit 8fb30fb
Show file tree
Hide file tree
Showing 5 changed files with 19,393 additions and 1,398 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lucide-omi",
"version": "0.0.4",
"version": "0.0.5",
"description": "Lucide icons for Omi",
"scripts": {
"gen": "node ./scripts/generate-icons.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const iconIndexFile = 'dist/icons/index.js'

fs.writeFileSync('dist/createLucideIcon.js', fs.readFileSync('src/createLucideIcon.js', 'utf8'), 'utf8')
fs.writeFileSync('dist/defaultAttributes.js', fs.readFileSync('src/defaultAttributes.js', 'utf8'), 'utf8')

fs.writeFileSync('dist/lucide-omi.d.ts', fs.readFileSync('src/lucide-omi.d.ts', 'utf8'), 'utf8')

const jsonData = fs.readFileSync('package.json', 'utf8')
fs.writeFileSync('dist/package.json', jsonData, 'utf8')
Expand Down
Loading

0 comments on commit 8fb30fb

Please sign in to comment.