taler-typescript-core

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

commit 0929bf40c475b73077bb72e0b03615cc067c3801
parent 9f1f2ce3d10a8f2468368ef79d38554f965aa6a9
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue,  1 Mar 2016 19:50:19 +0100

add author

Diffstat:
Mgulpfile.js | 2++
Mpogen/pogen.ts | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js @@ -25,6 +25,8 @@ * development * - package: create Chrome extension zip file in * build/. + * + * @author Florian Dold */ const gulp = require("gulp"); diff --git a/pogen/pogen.ts b/pogen/pogen.ts @@ -20,6 +20,8 @@ * * Note that duplicate message IDs are NOT merged, to get the same output as * you would from xgettext, just run msguniq. + * + * @author Florian Dold */ /// <reference path="../lib/decl/node.d.ts" />