Skip to content

Commit 556a1b1

Browse files
committed
fix: doc & setup
1 parent 3d0075d commit 556a1b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# @cryptography/sha256
2-
[![Bundlephobia](https://img.shields.io/bundlephobia/minzip/@cryptography/sha256)](https://bundlephobia.com/result?p=@cryptography/sha256@0.1.3)
2+
[![Bundlephobia](https://img.shields.io/bundlephobia/minzip/@cryptography/sha256)](https://bundlephobia.com/result?p=@cryptography/sha256@0.1.4)
33
[![Coverage](https://img.shields.io/codecov/c/github/js-cryptography/sha256?token=617017dc35344eb6b4637420457746c8)](https://codecov.io/gh/js-cryptography/sha256)
44
[![Travis CI](https://img.shields.io/travis/js-cryptography/sha256)](https://travis-ci.com/js-cryptography/sha256)
55

webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = (env, argv) => {
1919

2020
output: {
2121
path: 'dist/umd',
22-
library: 'sha512',
22+
library: 'sha256',
2323
},
2424

2525
optimization: {
@@ -69,7 +69,7 @@ module.exports = (env, argv) => {
6969
output: {
7070
...commonConfig.output,
7171
path: path.resolve(__dirname, 'dist/umd'),
72-
filename: 'sha512.min.js',
72+
filename: 'sha256.min.js',
7373
libraryTarget: 'umd',
7474
},
7575
},
@@ -84,7 +84,7 @@ module.exports = (env, argv) => {
8484
output: {
8585
...commonConfig.output,
8686
path: path.resolve(__dirname, 'dist/cjs'),
87-
filename: 'sha512.min.js',
87+
filename: 'sha256.min.js',
8888
libraryTarget: 'commonjs2',
8989
},
9090
},

0 commit comments

Comments
 (0)