diff options
author | silverwind <me@silverwind.io> | 2020-02-08 00:03:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-08 00:03:42 +0100 |
commit | 4721d45c2aa9ea7f0587188938ea78bec584c5b6 (patch) | |
tree | d36344d00ea105f983680e1b3e701d7760e010d4 /package.json | |
parent | 0754ceca5b0dc532cc11f7a6fe162dddcc2e7d4f (diff) | |
download | gitea-4721d45c2aa9ea7f0587188938ea78bec584c5b6.tar.gz gitea-4721d45c2aa9ea7f0587188938ea78bec584c5b6.zip |
move clipboard.js to npm/webpack (#10183)
- created lazy-loaded webpack chunk for clipboard.js
- upgraded clipboard.js from 1.5.9 to 2.0.4
- parallelize initialization of all lazy-loaded features
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
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 e4987baca6..cfae51b567 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "node": ">=10" }, "dependencies": { + "clipboard": "2.0.4", "fomantic-ui": "2.8.3", "highlight.js": "9.18.1", "jquery": "3.4.1", |