diff options
author | silverwind <me@silverwind.io> | 2020-12-02 02:18:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 20:18:39 -0500 |
commit | 253add883d378ec706f09a44136bc20b4ece1bf5 (patch) | |
tree | 9711bc0cf6ec61ccf63a4aca0b0896ecb25efccf /package.json | |
parent | b1cf7f4df11dfac879d65125880d18a03fef22c0 (diff) | |
download | gitea-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.json | 2 |
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", |