summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-12-02 02:18:39 +0100
committerGitHub <noreply@github.com>2020-12-01 20:18:39 -0500
commit253add883d378ec706f09a44136bc20b4ece1bf5 (patch)
tree9711bc0cf6ec61ccf63a4aca0b0896ecb25efccf /package.json
parentb1cf7f4df11dfac879d65125880d18a03fef22c0 (diff)
downloadgitea-253add883d378ec706f09a44136bc20b4ece1bf5.tar.gz
gitea-253add883d378ec706f09a44136bc20b4ece1bf5.zip
Swap swagger-ui with swagger-ui-dist (#13777)
* Swap swagger-ui with swagger-ui-dist The prebuilt version of swagger-ui is identical to the regular one but brings the benefit of faster webpack compilation and less npm dependencies so it npm installs will speed up too. * use bundle file directly
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e38d861aa9..098633e92a 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"postcss": "8.1.10",
"raw-loader": "4.0.2",
"sortablejs": "1.12.0",
- "swagger-ui": "3.37.2",
+ "swagger-ui-dist": "3.37.2",
"terser-webpack-plugin": "4.2.3",
"tributejs": "5.1.3",
"vue": "2.6.12",