taler-typescript-core

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

commit 5c55a49fab6d3630f3935b6ae309f4bd61455e45
parent 9c74e9a9238861150e2118111c725a81e8e3b488
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 25 Feb 2016 11:53:30 +0100

vendor JED

Diffstat:
Aextension/lib/vendor/jed.js | 2++
Mextension/package.json | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/extension/lib/vendor/jed.js b/extension/lib/vendor/jed.js @@ -0,0 +1 @@ +../../node_modules/jed/jed.js +\ No newline at end of file diff --git a/extension/package.json b/extension/package.json @@ -26,7 +26,7 @@ "po2json": "git+https://github.com/mikeedwards/po2json", "systemjs": "^0.19.14", "through2": "^2.0.1", - "typescript": "^1.8.0-dev.20160118", + "typescript": "^1.9.0-dev.20160225", "vinyl": "^1.1.1" } }