diff --git a/webpack.config.js b/webpack.config.js index 0a48b7c4..21db74aa 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -10,7 +10,7 @@ const { name, license, repository, - author, + author } = getPackageJson('version', 'name', 'license', 'repository', 'author'); const banner = ` @@ -95,4 +95,4 @@ module.exports = { resolve: { extensions: ['.ts', '.js', '.json'] } -}; \ No newline at end of file +};