Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed Jan 6, 2020
1 parent e5caedf commit b893f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "logojs-react",
"license": "MIT",
"version": "2.0.3",
"version": "2.0.4",
"description": "React Components for rendering sequence logos",
"main": "index.js",
"author": "Henry Pratt",
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Expand Up @@ -17,8 +17,8 @@ module.exports = {
path: __dirname + '/dist',
publicPath: '/',
filename: 'bundle.js',
library: 'logojs'
target: 'umd'
library: 'logojs',
libraryTarget: 'umd'
},
devServer: {
contentBase: './dist'
Expand Down

0 comments on commit b893f85

Please sign in to comment.