From 8c14e137f316c1ba04dcf09c0a0f3b44c444eb01 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 17 Apr 2021 23:22:06 +0800 Subject: [PATCH] modify file name --- third-patry-licenses.json => third-patry-dependencies.json | 0 vue.config.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename third-patry-licenses.json => third-patry-dependencies.json (100%) 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');