aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Bannert <[email protected]>2022-04-08 17:27:28 +0200
committerGitHub <[email protected]>2022-04-08 15:27:28 +0000
commit78a30fbdb8779a0e4b242d353a696672f64a1fcc (patch)
tree9f373de465c54daa378bc5a8f18e8a8b50c3b04f /package.json
parent7912cd0768c183bc3046074399852dc775280cb5 (diff)
downloadfaker-78a30fbdb8779a0e4b242d353a696672f64a1fcc.tar.xz
faker-78a30fbdb8779a0e4b242d353a696672f64a1fcc.zip
feat: updated mime-db to 1.52.0 (#808)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 029bec56..55feb7c4 100644
--- a/package.json
+++ b/package.json
@@ -57,6 +57,7 @@
"build": "run-s build:clean build:code build:types",
"generate:api-docs": "esno ./scripts/apidoc.ts",
"generate:locales": "esno ./scripts/generateLocales.ts",
+ "copy:mime-types": "esno ./scripts/copyMimeTypes.ts",
"docs:build": "run-s docs:prepare docs:build:run",
"docs:build:run": "vitepress build docs",
"docs:build:ci": "run-s build docs:build",
@@ -108,6 +109,7 @@
"eslint-plugin-prettier": "~4.0.0",
"esno": "~0.14.1",
"lint-staged": "~12.3.7",
+ "mime-db": "~1.52.0",
"npm-run-all": "~4.1.5",
"picocolors": "~1.0.0",
"prettier": "2.6.2",