Skip to content

Commit

Permalink
fix: doc & setup
Browse files Browse the repository at this point in the history
  • Loading branch information
spalt08 committed Dec 11, 2019
1 parent 3d0075d commit 556a1b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @cryptography/sha256
[![Bundlephobia](https://img.shields.io/bundlephobia/minzip/@cryptography/sha256)](https://bundlephobia.com/result?p=@cryptography/[email protected].3)
[![Bundlephobia](https://img.shields.io/bundlephobia/minzip/@cryptography/sha256)](https://bundlephobia.com/result?p=@cryptography/[email protected].4)
[![Coverage](https://img.shields.io/codecov/c/github/js-cryptography/sha256?token=617017dc35344eb6b4637420457746c8)](https://codecov.io/gh/js-cryptography/sha256)
[![Travis CI](https://img.shields.io/travis/js-cryptography/sha256)](https://travis-ci.com/js-cryptography/sha256)

Expand Down
6 changes: 3 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = (env, argv) => {

output: {
path: 'dist/umd',
library: 'sha512',
library: 'sha256',
},

optimization: {
Expand Down Expand Up @@ -69,7 +69,7 @@ module.exports = (env, argv) => {
output: {
...commonConfig.output,
path: path.resolve(__dirname, 'dist/umd'),
filename: 'sha512.min.js',
filename: 'sha256.min.js',
libraryTarget: 'umd',
},
},
Expand All @@ -84,7 +84,7 @@ module.exports = (env, argv) => {
output: {
...commonConfig.output,
path: path.resolve(__dirname, 'dist/cjs'),
filename: 'sha512.min.js',
filename: 'sha256.min.js',
libraryTarget: 'commonjs2',
},
},
Expand Down

0 comments on commit 556a1b1

Please sign in to comment.