chore(dependencies): add @types/minimatch to devDependencies in package.json and package-lock.json
Showing
with
3 additions
and
1 deletions
| ... | ... | @@ -18,6 +18,7 @@ |
| "vue-router": "^3.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/minimatch": "^6.0.0", | ||
| "@vue/cli-plugin-babel": "~4.5.0", | ||
| "@vue/cli-plugin-eslint": "~4.5.0", | ||
| "@vue/cli-plugin-router": "~4.5.0", | ||
| ... | ... |
Please
register
or
sign in
to comment