Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tundak committed Sep 6, 2019
1 parent cd8e2bb commit b5b245e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 81 deletions.
6 changes: 3 additions & 3 deletions gen_offline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ cp -Rp app/static offline/
sed -i'' -e 's%/static/build/%./static/build/%g' offline/static/build/app_js*
cd offline
rm walletgen.html-e
zip -r9 nanopaperwallet_01.zip *
md5 nanopaperwallet_01.zip > nanopaperwallet_01.zip.md5
zip -r9 bcbpaperwallet_01.zip *
md5 bcbpaperwallet_01.zip > bcbpaperwallet_01.zip.md5
rm -rf walletgen* static
echo "DONE offline/nanopaperwallet_01.zip"
echo "DONE offline/bcbpaperwallet_01.zip"
kill $FOO_PID

Binary file added offline/bcbpaperwallet_01.zip
Binary file not shown.
File renamed without changes.
Binary file removed offline/nanopaperwallet_01.zip
Binary file not shown.
73 changes: 0 additions & 73 deletions offline/nanopaperwallet_01/walletgen.html

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nanopaperwallet",
"name": "bcbpaperwallet",
"version": "1.0.0",
"description": "NANO Paper Wallet Generator",
"description": "BCB Paper Wallet Generator",
"scripts": {
"build": "NODE_ENV=production webpack --progress --colors -p",
"start": "concurrently -n \"WEBPACK,FLASK\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm run webpack-dev-server\" \"npm run flask-server\"",
Expand All @@ -11,17 +11,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/appditto/nanopaperwallet.git"
"url": "git+https://github.com/tundak/nanopaperwallet.git"
},
"author": "Appditto",
"author": "Sohan",
"license": "MIT",
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/bbedward/geoffrey/issues"
},
"homepage": "https://github.com/appditto/nanopaperwallet#readme",
"homepage": "https://github.com/tundak/nanopaperwallet#readme",
"dependencies": {
"@types/node": "^11.13.13",
"affix": "^1.0.15",
Expand Down

0 comments on commit b5b245e

Please sign in to comment.