diff options
author | silverwind <me@silverwind.io> | 2020-01-29 22:16:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 21:16:55 +0000 |
commit | 35ada598cc7d74f648ad35d2b1e1963976b2c9bf (patch) | |
tree | 4958dc69ce8ffad3cc8d01c8754e9d8e36046ccf /package.json | |
parent | 169bb55ec68eed40aa2e87d34ff8b38874394c25 (diff) | |
download | gitea-35ada598cc7d74f648ad35d2b1e1963976b2c9bf.tar.gz gitea-35ada598cc7d74f648ad35d2b1e1963976b2c9bf.zip |
move jquery.are-you-sure to npm/webpack (#10063)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index ae723a90a8..5158d1e27f 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "highlight.js": "9.18.0", "jquery": "3.4.1", "jquery-migrate": "3.1.0", + "jquery.are-you-sure": "1.9.0", "swagger-ui": "3.24.3", "vue-bar-graph": "1.2.0" }, |