Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-03-26 18:22:40 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2017-03-26 18:22:40 +0300
commit0eb4dcaca1c4fd3ab284eb3bc2c07df081a58de6 (patch)
tree8faac23d3be423605ece08d2c90f9f8e6b10588e /package.json
parent6bd145c006939b4baceb189374ee0c83c66c501b (diff)
minify fetch and only load it on pages that need it
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9a4d530fe3..0666299ef8 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
},
"dependencies": {
"bootstrap": "^3.3.7",
+ "fetch-min": "^1.0.0",
"highlight.js": "^9.10.0",
"jquery": "^3.2.0",
"markdown-it": "^8.3.1",