diff --git a/third-patry-licenses.json b/third-patry-dependencies.json similarity index 100% rename from third-patry-licenses.json rename to third-patry-dependencies.json diff --git a/vue.config.js b/vue.config.js index 52cc9111..25fd17c2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,7 +4,7 @@ const GitRevisionPlugin = require('git-revision-webpack-plugin'); const MomentLocalesPlugin = require('moment-locales-webpack-plugin'); const pkgFile = require('./package.json'); -const thirdPartyLicenseFile = require('./third-patry-licenses.json'); +const thirdPartyLicenseFile = require('./third-patry-dependencies.json'); const licenseFile = fs.readFileSync('./LICENSE', 'UTF-8');