From 0a88626904ccdbfc8ab5d425c3f4c6385f57fa63 Mon Sep 17 00:00:00 2001 From: richie-south Date: Fri, 21 Sep 2018 09:46:41 +0200 Subject: [PATCH] fix: add suffix .js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91adce9b9..b434b020b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-push-notification", "version": "3.1.1", "description": "React Native Local and Remote Notifications", - "main": "index", + "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },