-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
1,919 additions
and
1,551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"main.css": "static/css/main.3216d0fc.css", | ||
"main.js": "static/js/main.0ac0a6b8.js" | ||
"main.css": "static/css/main.3c6711ba.css", | ||
"main.js": "static/js/main.befad51e.js" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="./manifest.json"><link rel="shortcut icon" href="./favicon.ico"><title>Ansy - Minimal NEO Paper Wallet</title><link href="./static/css/main.3216d0fc.css" rel="stylesheet"></head><body><a class="ribbon" href="https://github.com/snowypowers/ansy"><img style="position:absolute;top:0;right:0;border:0" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="./static/js/main.0ac0a6b8.js"></script></body></html> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/ansy/manifest.json"><link rel="shortcut icon" href="/ansy/favicon.ico"><title>Ansy - Minimal NEO Paper Wallet</title><link href="/ansy/static/css/main.3c6711ba.css" rel="stylesheet"></head><body><a class="ribbon" href="https://github.com/snowypowers/ansy"><img style="position:absolute;top:0;right:0;border:0" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/ansy/static/js/main.befad51e.js"></script></body></html> |
4 changes: 2 additions & 2 deletions
4
docs/static/css/main.3216d0fc.css → docs/static/css/main.3c6711ba.css
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ansy", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "src/index.js", | ||
"author": "Yak Jun Xiang <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -11,26 +11,19 @@ | |
"eject": "react-scripts eject", | ||
"lint": "./node_modules/.bin/eslint ./src/*.js" | ||
}, | ||
"homepage": ".", | ||
"homepage": "https://snowypowers.github.io/ansy/", | ||
"dependencies": { | ||
"bigi": "^1.4.2", | ||
"bs58": "^4.0.1", | ||
"bs58check": "^2.0.2", | ||
"crypto-js": "^3.1.9-1", | ||
"ecurve": "^1.0.5", | ||
"hash.js": "^1.1.3", | ||
"hmac-drbg": "^1.0.1", | ||
"@cityofzion/neon-js": "^3.4.0", | ||
"picnic": "^6.4.0", | ||
"prop-types": "^15.5.10", | ||
"qrcode": "^0.8.2", | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1", | ||
"react-scripts": "^1.0.10", | ||
"scryptsy": "^2.0.0" | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0", | ||
"react-scripts": "^1.0.10" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.19.0", | ||
"eslint-plugin-jest": "^20.0.3", | ||
"eslint-plugin-react": "^7.1.0" | ||
"eslint": "^4.18.2", | ||
"eslint-plugin-jest": "^21.14.0", | ||
"eslint-plugin-react": "^7.7.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.