We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bff214 commit 7d7023cCopy full SHA for 7d7023c
CHANGELOG.MD
@@ -1,3 +1,5 @@
1
+* 1.0.1
2
+ * specify sha.js version in dependencies
3
* 1.0.0
4
* added an option to select the hashing algorithm to use (hashingAlgorithm)
5
* check out the [README](README.md) for more details
package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-sha-hash",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Plugin to replace a standard webpack chunkhash with SHA",
"author": {
6
"name": "Sebastien Dubois",
@@ -26,7 +26,7 @@
26
"sha512"
27
],
28
"dependencies": {
29
- "sha.js": "2.4.x"
+ "sha.js": "2.4.5"
30
},
31
"devDependencies": {
32
"argparse": "1.0.x",
0 commit comments