Skip to content

Commit b0992b2

Browse files
committed
moved glob and lodash to dependencies
1 parent 5926284 commit b0992b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"lint:fix": "eslint --fix --ext .ts ./src"
2222
},
2323
"peerDependencies": {
24-
"vite": "^2.0.0"
24+
"vite": "^2.0.0",
25+
"glob": "^7.2.0",
26+
"lodash": "^4.17.21"
2527
},
2628
"devDependencies": {
2729
"@antfu/eslint-config-ts": "^0.5.0",
@@ -30,8 +32,6 @@
3032
"@typescript-eslint/eslint-plugin": "^4.17.0",
3133
"eslint": "^7.22.0",
3234
"eslint-plugin-eslint-comments": "^3.2.0",
33-
"glob": "^7.2.0",
34-
"lodash": "^4.17.21",
3535
"tsup": "^4.6.1",
3636
"typescript": "^4.2.3",
3737
"vite": "^2.0.5"

0 commit comments

Comments
 (0)