Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 0a88626

Browse files
committed
fix: add suffix .js
1 parent aaf2d19 commit 0a88626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-push-notification",
33
"version": "3.1.1",
44
"description": "React Native Local and Remote Notifications",
5-
"main": "index",
5+
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

0 commit comments

Comments
 (0)