Skip to content

Commit

Permalink
fix: 🐛 wrong top package main field (#4736)
Browse files Browse the repository at this point in the history
fix: 🐛 remove custom formatting

Co-authored-by: Dimitri Steinel <dimitri.steinel@bsdex.de>
  • Loading branch information
dsteinel and Dimitri Steinel authored Apr 17, 2024
1 parent 6e7d006 commit 74b93d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tasks/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const FLAGS = '--access public';

const PACKAGE_JSON_BASE = {
description: 'Awesome Cordova Plugins - Native plugins for ionic apps',
main: 'bundle.js',
main: 'index.js',
module: 'index.js',
typings: 'index.d.ts',
author: 'ionic',
Expand Down

0 comments on commit 74b93d7

Please sign in to comment.