Skip to content

Commit

Permalink
Merge pull request #4 from airosa/fixlib
Browse files Browse the repository at this point in the history
fix(test): Naming of lib file
  • Loading branch information
Tzaphkiel committed Apr 26, 2016
1 parent 612b5fe commit 3831b7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const TARGET = process.env.npm_lifecycle_event;
const common = {
cache: true,
entry: {
sdmxmllib: './src/index.js'
sdmxmllib: './src/sdmxmllib.js'
},
output: {
path: './lib',
Expand Down

0 comments on commit 3831b7b

Please # to comment.