diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-04 19:00:40 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-04 19:00:40 +0200 |
commit | 5d85866a0e452c375685b206dc0b9841cf240786 (patch) | |
tree | 4a9d14058c3a8fdb2b5822e5acf5538fd32c2bd4 /package.json | |
parent | d3ccf4103900b8d990b1970d135695b938d94eae (diff) |
deal with symlinks correctly (requires newer vinyl-fs)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 41f1faac1..9b85bec9e 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "through2": "^2.0.1", "typescript": "^2.0.3", "typhonjs-istanbul-instrument-jspm": "^0.1.0", - "vinyl": "^2.0.0" + "vinyl": "^2.0.0", + "vinyl-fs": "^2.4.3" } } |