Skip to content

Commit 83c6ea3

Browse files
authored
Use proper ES6 default export (#39)
Use proper ES6 default export
2 parents b07c746 + b12ee85 commit 83c6ea3

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)