Change demo to use its own package.json

This commit is contained in:
radswiat 2017-04-12 10:08:41 +01:00
parent 1db0038d53
commit f41f5be30a
2 changed files with 3 additions and 3 deletions

View File

@ -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 = "<!DOCTYPE html><html lang=en><head><meta charset=UTF-8><title>Title</title></head><body><span>My awesome project | 0.5.2></span></body></html>"
module.exports = "<!DOCTYPE html><html lang=en><head><meta charset=UTF-8><title>Title</title></head><body><span>My awesome project | 0.6.0></span></body></html>"
/***/ }),
/* 1 */

View File

@ -39,7 +39,7 @@ module.exports = {
},
plugins: [
new WebpackAutoInject({
PACKAGE_JSON_PATH: '../package.json',
PACKAGE_JSON_PATH: './package.json',
components: {
AutoIncreaseVersion: true,
InjectAsComment: true,