remove js-sha256 dependency, use native hashing function

This commit is contained in:
Dainius Daukševičius
2020-10-15 20:15:11 +03:00
parent 4dc4160215
commit 5bc12e52f3
4 changed files with 15 additions and 19 deletions

View File

@@ -11,7 +11,6 @@
"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"
},