Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0a4640a

Browse files
committed
remove unused dep glob
1 parent a24bbf1 commit 0a4640a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/create-nuxt-app/lib/saofile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const { dirname, join, relative } = require('path')
2-
const glob = require('glob')
32
const spawn = require('cross-spawn')
43
const validate = require('validate-npm-package-name')
54
const pkg = require('./package')
@@ -180,3 +179,4 @@ module.exports = {
180179
}
181180
}
182181
}
182+

packages/create-nuxt-app/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"cna-template": "^2.15.0",
1313
"cross-spawn": "^7.0.2",
1414
"envinfo": "^7.5.0",
15-
"glob": "^7.1.6",
1615
"lodash": "^4.17.15",
1716
"sao": "^1.7.0",
1817
"validate-npm-package-name": "^3.0.0"

0 commit comments

Comments
 (0)