chore: typo

This commit is contained in:
Vben
2021-03-24 23:27:37 +08:00
parent 159d900df3
commit 24a3f90dc3
6 changed files with 32 additions and 28 deletions

View File

@@ -2,7 +2,7 @@ import path from 'path';
import fs from 'fs-extra';
import inquirer from 'inquirer';
import chalk from 'chalk';
import pkg from '../../package.json';
import pkg from '../../../package.json';
async function generateIcon() {
const dir = path.resolve(process.cwd(), 'node_modules/@iconify/json');