Skip to content

Commit

Permalink
Merge pull request #878 from richie-south/master
Browse files Browse the repository at this point in the history
Fix: could not find main:"index" in package.json
  • Loading branch information
Dallas62 authored Apr 26, 2020
2 parents 1459497 + 0a88626 commit f6136e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-push-notification",
"version": "3.2.1",
"description": "React Native Local and Remote Notifications",
"main": "index",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit f6136e1

Please sign in to comment.