Skip to content

Commit

Permalink
fix(package): proper export path and no unnecessary log
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Jul 2, 2022
1 parent 1a37720 commit 782d2e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,4 @@ export default async ({
join(nativePath, sizes.iosDirectory, 'AppIcon.appiconset/Contents.json'),
JSON.stringify(contentsWithLinks, null, 2)
)

log('App icons created')
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"sideEffects": false,
"main": "dist/index.js",
"exports": {
"default": "./dist/index.js",
".": "./dist/index.js",
"./package.json": "./package.json"
},
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 782d2e3

Please sign in to comment.