Skip to content

Commit b12ee85

Browse files
use proper ES6 default export
1 parent 684c4bb commit b12ee85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,4 +450,4 @@ class PushNotificationIOS {
450450
}
451451
}
452452

453-
module.exports = PushNotificationIOS;
453+
export default PushNotificationIOS;

0 commit comments

Comments
 (0)