From f80b01ea0cf10d33c7309410e3960d0537c6ced7 Mon Sep 17 00:00:00 2001 From: Tianxiao Wang Date: Mon, 25 Mar 2019 20:02:44 +0800 Subject: [PATCH] fix: Module not found (#29) --- packages/griffith/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/griffith/package.json b/packages/griffith/package.json index 6d62d42b..b69a6cdb 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -29,6 +29,8 @@ "eventemitter3": "^3.1.0", "griffith-message": "^1.1.1", "griffith-utils": "^1.1.1", + "griffith-hls": "^1.1.1", + "griffith-mp4": "^1.1.1", "lodash": "4.17.11", "prop-types": "^15.6.2", "query-string": "^6.3.0"