taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 7ab0717491dc2ef181a38e3acea18a91dafcc165
parent fd319d66ebcdfcaded5083bc2a42c951fc7a32ce
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 20 May 2016 15:26:32 +0200

Package manifest.json

Diffstat:
Mgulpfile.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js @@ -70,6 +70,7 @@ const paths = { "lib/module-trampoline.js", "popup/**/*.{html,css}", "pages/**/*.{html,css}", + "manifest.json", ], extra: [ "AUTHORS",