aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-02-29 18:25:22 +0100
committertg(x) <*@tg-x.net>2016-02-29 18:25:22 +0100
commit448ee63d7f18c537ea9e22c481ac1b3fd863d385 (patch)
tree2c51290ac4ba80b20a7e90d4973991dd580ed460 /package.json
parent7c0ca49d0351ce8edfb1533146ff5ceb1aba41cf (diff)
downloadwallet-core-448ee63d7f18c537ea9e22c481ac1b3fd863d385.tar.gz
wallet-core-448ee63d7f18c537ea9e22c481ac1b3fd863d385.tar.bz2
wallet-core-448ee63d7f18c537ea9e22c481ac1b3fd863d385.zip
add missing node module dependency
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index f1c95ffcc..cd458cd09 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,7 @@
"po2json": "git+https://github.com/mikeedwards/po2json",
"systemjs": "^0.19.14",
"through2": "^2.0.1",
- "typescript": "^1.9.0-dev.20160225"
+ "typescript": "^1.9.0-dev.20160225",
+ "vinyl": "^1.1.1"
}
}