From 4536f9c52228c992d4be0d7330dffb21f9b56510 Mon Sep 17 00:00:00 2001 From: leroyse Date: Tue, 26 Apr 2016 14:07:17 +0200 Subject: [PATCH] fix(test): Naming of lib file Fixed naming for test to execute correctly --- src/{index.js => sdmxmllib.js} | 0 webpack.config.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{index.js => sdmxmllib.js} (100%) 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',