Skip to content

Commit 74b93d7

Browse files
dsteinelDimitri Steinel
andauthored
fix: 🐛 wrong top package main field (#4736)
fix: 🐛 remove custom formatting Co-authored-by: Dimitri Steinel <[email protected]>
1 parent 6e7d006 commit 74b93d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tasks/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const FLAGS = '--access public';
1515

1616
const PACKAGE_JSON_BASE = {
1717
description: 'Awesome Cordova Plugins - Native plugins for ionic apps',
18-
main: 'bundle.js',
18+
main: 'index.js',
1919
module: 'index.js',
2020
typings: 'index.d.ts',
2121
author: 'ionic',

0 commit comments

Comments
 (0)