From 5e2304837044a09204016a771743b7801261c6ad Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Thu, 31 Aug 2017 16:10:00 -0400 Subject: [PATCH] fix(package): remove pkg.module (#4594) More info available in #4580. Fixes #4580. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index a1c81e700..491e2ee44 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "description": "An HTML5 and Flash video player with a common API and skin for both.", "version": "6.2.7", "main": "./dist/video.cjs.js", - "module": "./dist/video.es.js", "style": "./dist/video-js.css", "copyright": "Copyright Brightcove, Inc. ", "license": "Apache-2.0",