aboutsummaryrefslogtreecommitdiff
path: root/tooling
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-24 16:14:23 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-24 16:14:23 +0200
commit1c8206f8c0c8921643aa1b070fbe6648411300fe (patch)
tree1ee523e701fa369d0290d14e50a6f0b3cb5fb50f /tooling
parentfc53a08bb0ffaf2bd49408f50701f17cdd603fb9 (diff)
downloadwallet-core-1c8206f8c0c8921643aa1b070fbe6648411300fe.tar.xz
remove dead code and add comments
Diffstat (limited to 'tooling')
-rw-r--r--tooling/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/tooling/README b/tooling/README
new file mode 100644
index 000000000..dd14496a5
--- /dev/null
+++ b/tooling/README
@@ -0,0 +1,7 @@
+This directory contains NPM packages that are used by the wallet.
+
+At some point they should be published to the registry, right now we don't
+bother and simply add them to the top-level wallet project via file URL.
+
+Due to this, the JavaScript files compiled from TypeScript are currently
+checked into git.