diff --git a/package.json b/package.json index 5b972d3f5..37ceef73d 100755 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "dependencies": { "prop-types": "15.6.1", "react": "16.4.0", - "react-dom": "16.4.0" + "react-dom": "16.4.0", + "stremio-colors": "git+ssh://git@bitbucket.org/stremio/stremio-colors.git#v0.9.6" }, "devDependencies": { "babel-core": "6.26.3", diff --git a/yarn.lock b/yarn.lock index 54f0fe838..a47581d52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4017,6 +4017,10 @@ stream-shift@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952" +"stremio-colors@git+ssh://git@bitbucket.org/stremio/stremio-colors.git#v0.9.6": + version "0.9.6" + resolved "git+ssh://git@bitbucket.org/stremio/stremio-colors.git#98b62b62ec3b0ab7dceaf689756653cbdedf111f" + string-width@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"