mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
stremio-colors added as a dependency
This commit is contained in:
parent
7077b89f6a
commit
1e277cd3db
2 changed files with 6 additions and 1 deletions
|
|
@ -12,7 +12,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"prop-types": "15.6.1",
|
"prop-types": "15.6.1",
|
||||||
"react": "16.4.0",
|
"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": {
|
"devDependencies": {
|
||||||
"babel-core": "6.26.3",
|
"babel-core": "6.26.3",
|
||||||
|
|
|
||||||
|
|
@ -4017,6 +4017,10 @@ stream-shift@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952"
|
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:
|
string-width@^1.0.1:
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue