From f41f5be30ac57b8af6392827ba27205b68c4a2ef Mon Sep 17 00:00:00 2001 From: radswiat Date: Wed, 12 Apr 2017 10:08:41 +0100 Subject: [PATCH] Change demo to use its own package.json --- demo/dist/index-bundle.js | 4 ++-- demo/webpack.conf.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demo/dist/index-bundle.js b/demo/dist/index-bundle.js index ae932ef..ecf103c 100644 --- a/demo/dist/index-bundle.js +++ b/demo/dist/index-bundle.js @@ -1,4 +1,4 @@ -// [AIV] Build version: 0.5.2 +// [AIV] Build version: 0.6.0 /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; @@ -71,7 +71,7 @@ /* 0 */ /***/ (function(module, exports) { -module.exports = "TitleMy awesome project | 0.5.2>" +module.exports = "TitleMy awesome project | 0.6.0>" /***/ }), /* 1 */ diff --git a/demo/webpack.conf.js b/demo/webpack.conf.js index bdc05fc..c87f689 100644 --- a/demo/webpack.conf.js +++ b/demo/webpack.conf.js @@ -39,7 +39,7 @@ module.exports = { }, plugins: [ new WebpackAutoInject({ - PACKAGE_JSON_PATH: '../package.json', + PACKAGE_JSON_PATH: './package.json', components: { AutoIncreaseVersion: true, InjectAsComment: true,