aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorDainius Daukševičius <[email protected]>2020-10-15 20:15:11 +0300
committerDainius Daukševičius <[email protected]>2020-10-15 20:15:11 +0300
commit5bc12e52f3ceddb817400724bd3ddd78d3f51f78 (patch)
treef1ec5d5f824b48e9bced468dd0ee154bbf89efcb /package.json
parent4dc4160215b14040c879adbca27365000953d2f9 (diff)
downloadSponsorBlock-5bc12e52f3ceddb817400724bd3ddd78d3f51f78.tar.gz
SponsorBlock-5bc12e52f3ceddb817400724bd3ddd78d3f51f78.zip
remove js-sha256 dependency, use native hashing function
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
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"
},