Skip to content

Commit

Permalink
Merge pull request #1128 from nsbno/fix_bug_rn_icons
Browse files Browse the repository at this point in the history
🐛 Fix bug where metro cant find index-file.
  • Loading branch information
leiferikbjorkli authored May 6, 2024
2 parents 94ed51c + 46ee976 commit 671f1db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brave-poets-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vygruppen/spor-icon-react-native": minor
---

Fixing bug where Metro can't find the index.mjs-file.
2 changes: 1 addition & 1 deletion packages/spor-icon-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vygruppen/spor-icon-react-native",
"version": "2.6.0",
"main": "./dist/index.js",
"main": "./dist/index.mjs",
"types": "./dist/types.d.ts",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 671f1db

Please sign in to comment.