Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jun 13, 2018
1 parent 4503d98 commit 8ab07ff
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions lib/wu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/wu.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/wu.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/wu.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wu",
"version": "0.3.2",
"version": "0.3.3",
"description": "web utils",
"main": "lib/wu.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const config = {
output: {
path: __dirname + '/lib',
filename: outputFile,
library: libraryName,
library: 'Wu',
libraryTarget: 'umd',
umdNamedDefine: true
},
Expand Down

0 comments on commit 8ab07ff

Please sign in to comment.