diff options
author | Dainius Daukševičius <[email protected]> | 2020-10-15 20:15:11 +0300 |
---|---|---|
committer | Dainius Daukševičius <[email protected]> | 2020-10-15 20:15:11 +0300 |
commit | 5bc12e52f3ceddb817400724bd3ddd78d3f51f78 (patch) | |
tree | f1ec5d5f824b48e9bced468dd0ee154bbf89efcb /package.json | |
parent | 4dc4160215b14040c879adbca27365000953d2f9 (diff) | |
download | SponsorBlock-5bc12e52f3ceddb817400724bd3ddd78d3f51f78.tar.gz SponsorBlock-5bc12e52f3ceddb817400724bd3ddd78d3f51f78.zip |
remove js-sha256 dependency, use native hashing function
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 4a6b0783..b2b0ddbf 100644 --- a/package.json +++ b/package.json @@ -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" }, |