Moved color module to devDependencies
This commit is contained in:
parent
92efbcd074
commit
c666f00437
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
"author": "LBRY Team",
|
"author": "LBRY Team",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/polyfill": "^7.0.0",
|
"@babel/polyfill": "^7.0.0",
|
||||||
"@lbry/color": "^1.0.1",
|
|
||||||
"@octokit/rest": "^15.13.1",
|
"@octokit/rest": "^15.13.1",
|
||||||
"app-root-path": "^2.1.0",
|
"app-root-path": "^2.1.0",
|
||||||
"async": "^2.6.1",
|
"async": "^2.6.1",
|
||||||
|
@ -58,6 +57,7 @@
|
||||||
"@babel/preset-env": "^7.1.0",
|
"@babel/preset-env": "^7.1.0",
|
||||||
"@babel/register": "^7.0.0",
|
"@babel/register": "^7.0.0",
|
||||||
"@inc/eslint-config": "^1.0.5",
|
"@inc/eslint-config": "^1.0.5",
|
||||||
|
"@lbry/color": "^1.0.1",
|
||||||
"eslint": "^5.7.0",
|
"eslint": "^5.7.0",
|
||||||
"husky": "^1.1.2",
|
"husky": "^1.1.2",
|
||||||
"nodemon": "^1.18.4",
|
"nodemon": "^1.18.4",
|
||||||
|
|
Loading…
Add table
Reference in a new issue