diff --git a/src/index.js b/src/sdmxmllib.js similarity index 100% rename from src/index.js rename to src/sdmxmllib.js diff --git a/webpack.config.js b/webpack.config.js index f1f0e03..83321b0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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',