From b537400f389559d109fdbbce78832061579b78b7 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Wed, 11 Oct 2017 15:02:56 -0700 Subject: [PATCH] [fix] remove 'module' from package.json This is properly supported and there are no ES6 modules in the package at the moment. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 2909bbe4..33145e0c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "0.1.7", "description": "React Native for Web", "main": "dist/index.js", - "module": "dist/module.js", "files": [ "babel", "dist",