diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 12:52:29 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | a6843b766f9c90b4b88dea5d1df406fdce6457a7 (patch) | |
tree | 6c2448dc5ff9692583fb83d4609bdca50044cf42 /package.json | |
parent | b7f3c03bc385c5c9f8f8c7ea28884dd0365b69d4 (diff) |
FUNCT Add support to load apps from AGL
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index e23d95a..056455a 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "zip-webpack-plugin": "^3.0.0" }, "dependencies": { - "@iconfu/svg-inject": "^1.2.3" + "@iconfu/svg-inject": "^1.2.3", + "mustache": "^3.0.1" } } |