From a833af184f51cef6b22ba3a3e204e65e1e720369 Mon Sep 17 00:00:00 2001 From: Chris Boustead Date: Fri, 1 Jun 2018 14:33:54 -0400 Subject: [PATCH] Make plugin available for VJS 5x or 6x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df08f61..30b7600 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "dependencies": { "global": "^4.3.2", "request": "^2.83.0", - "video.js": "^5.19.2" + "video.js": "^5.19.2 || ^6.6.0" }, "devDependencies": { "babel-plugin-external-helpers": "^6.22.0",