diff --git a/package.json b/package.json index 4d04163cf..8b1f2540b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "5.12.2", "description": "Play back HLS with video.js, even where it's not natively supported", "main": "es5/videojs-contrib-hls.js", + "module": "dist/videojs-contrib-hls.js", "engines": { "node": ">= 0.10.12" },