Skip to content

Commit

Permalink
🐛 fix: package module not found
Browse files Browse the repository at this point in the history
  • Loading branch information
ayungavis committed Mar 31, 2023
1 parent 1265f48 commit 5f05b44
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": "antasena-icons",
"version": "0.0.5",
"version": "0.0.6",
"description": "Antasena icons is a comprehensive library of React icons designed to help developers easily add scalable vector icons to their projects.",
"keywords": [
"react",
Expand All @@ -16,7 +16,7 @@
"type": "git",
"url": "git://github.com/tranityproject/antasena-icons.git"
},
"main": "generated/index.tsx",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"author": "Tranity <[email protected]> (https://tranity.id)",
"license": "MIT",
Expand Down

0 comments on commit 5f05b44

Please sign in to comment.