typo: third-party-dependencies.json

This commit is contained in:
f97
2023-11-01 09:02:16 +00:00
committed by mayswind
parent dc837c430f
commit 072f44245d
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { VitePWA } from 'vite-plugin-pwa';
import git from 'git-rev-sync';
import packageFile from './package.json';
import thirdPartyLicenseFile from './third-patry-dependencies.json';
import thirdPartyLicenseFile from './third-party-dependencies.json';
const SRC_DIR = resolve(__dirname, './src');
const PUBLIC_DIR = resolve(__dirname, './public');