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

Commit f6136e1

Browse files
authored
Merge pull request #878 from richie-south/master
Fix: could not find main:"index" in package.json
2 parents 1459497 + 0a88626 commit f6136e1

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.2.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)