Skip to content

Commit

Permalink
fix: gelocation of peers
Browse files Browse the repository at this point in the history
- update to webui v2.3.1

fixes #774

License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
  • Loading branch information
olizilla committed Jan 3, 2019
1 parent 15d67e7 commit 47e5825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"install-app-deps": "electron-builder install-app-deps",
"clean:webui": "shx rm -rf src/lib/webui/app/",
"build": "run-s build:*",
"build:webui": "cross-env CID=QmUnXcWZC5Ve21gUseouJsH5mLAyz5JPp8aHsg8qVUUK8e npm run build:webui:with-cid",
"build:webui": "cross-env CID=QmZLzKRqjuhERwjL7X72HMpwdw7r1o5MnSWcVSZxYfXcDH npm run build:webui:with-cid",
"build:webui:with-cid": "cross-env-shell \"shx test -d src/lib/webui/app/ || (npm run build:webui:dir && (npm run build:webui:fetch-ipfs || npm run build:webui:fetch-http) && npm run build:webui:minimize)\"",
"build:webui:dir": "shx mkdir -p src/lib/webui/app",
"build:webui:fetch-ipfs": "cross-env-shell \"ipfs get $CID -o src/lib/webui/app/\"",
Expand Down

0 comments on commit 47e5825

Please sign in to comment.