From 3831b7bc54b92150e4643b4c8c2833435de13d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leroy=20S=C3=A9bastien?= Date: Tue, 26 Apr 2016 14:17:15 +0200 Subject: [PATCH] Merge pull request #4 from airosa/fixlib fix(test): Naming of lib file --- 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',