Skip to content

Commit

Permalink
Allows webpack config to pull the version number from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Schultz committed Mar 13, 2017
1 parent c267958 commit 5f82ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (dashboard) {
}

plugins.push(new webpack.BannerPlugin(`
ZingTouch v1.0.5
ZingTouch v${process.env.npm_package_version}
Author: ZingChart http://zingchart.com
License: MIT`
));
Expand Down

0 comments on commit 5f82ca2

Please sign in to comment.