aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-17 20:45:52 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-17 20:47:12 +0100
commit4973197c6ae7e1e5b91844b1e050c95598e0f8f2 (patch)
treebd383c1b575f49037e7703d72cda726001362a7e /gulpfile.js
parent414d737b01c979c7e7993942a04c85dbed943b97 (diff)
downloadwallet-core-4973197c6ae7e1e5b91844b1e050c95598e0f8f2.tar.xz
add dist target, keep i18n in lib/ for now
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 4a6e2f4bd..dfcbca1be 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -88,7 +88,6 @@ paths.srcdist = [].concat(paths.ts.release,
paths.extra);
-
const tsBaseArgs = {
target: "es5",
jsx: "react",