1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-25 11:13:52 +02:00

chore(package): add module field to package.json (#5293)

Closes #5288
This commit is contained in:
Edoardo 2018-07-03 18:04:41 +02:00 committed by Gary Katsevman
parent e683891183
commit 5d75bb694b

View File

@ -3,6 +3,7 @@
"description": "An HTML5 and Flash video player with a common API and skin for both.",
"version": "7.0.5",
"main": "./dist/video.cjs.js",
"module": "./dist/video.es.js",
"style": "./dist/video-js.css",
"copyright": "Copyright Brightcove, Inc. <https://www.brightcove.com/>",
"license": "Apache-2.0",