Skip to content

Commit

Permalink
Merge pull request #9 from ordpool-space/vic/deps
Browse files Browse the repository at this point in the history
Move prettier to dependencies and not dev dep
  • Loading branch information
hans-crypto authored May 10, 2024
2 parents 5c072ce + 349e1e2 commit fede85b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/backend/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ __ELECTRUM_TLS_ENABLED__=${ELECTRUM_TLS_ENABLED:=false}

# ESPLORA
__ESPLORA_REST_API_URL__=${ESPLORA_REST_API_URL:=http://127.0.0.1:3000}
__ESPLORA_UNIX_SOCKET_PATH__=${ESPLORA_UNIX_SOCKET_PATH:="null"}
__ESPLORA_UNIX_SOCKET_PATH__=${ESPLORA_UNIX_SOCKET_PATH:=""}
__ESPLORA_RETRY_UNIX_SOCKET_AFTER__=${ESPLORA_RETRY_UNIX_SOCKET_AFTER:=30000}
__ESPLORA_FALLBACK__=${ESPLORA_FALLBACK:=[]}

Expand Down
6 changes: 2 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"ngx-highlightjs": "^10.0.0",
"ngx-infinite-scroll": "^16.0.0",
"ordpool-parser": "0.0.9",
"prettier": "^3.1.1",
"qrcode": "1.5.1",
"rxjs": "~7.8.1",
"sats-connect": "^1.1.2",
Expand All @@ -116,7 +117,6 @@
"eslint": "^8.31.0",
"http-proxy-middleware": "~2.0.6",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"ts-node": "~10.9.1",
"typescript": "~4.9.3"
},
Expand Down

0 comments on commit fede85b

Please sign in to comment.