Merge pull request #459 from Joe-Dowd/hash-prefix

Added hash prefix implementation (server code not yet merged)
This commit is contained in:
Ajay Ramachandran
2020-09-16 13:53:53 -04:00
committed by GitHub
7 changed files with 121 additions and 21 deletions

View File

@@ -11,6 +11,7 @@
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"concurrently": "^5.1.0",
"js-sha256": "^0.9.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},