Fix missing dependency (#2269)

* Adding missing dependency

* Pinning text-table dependency
This commit is contained in:
Jonathan
2017-05-19 14:57:11 -07:00
committed by Dan Abramov
parent cd5c6d5717
commit 68cd59837e

View File

@@ -45,6 +45,7 @@
"recursive-readdir": "2.2.1",
"shell-quote": "1.6.1",
"sockjs-client": "1.1.4",
"strip-ansi": "3.0.1"
"strip-ansi": "3.0.1",
"text-table": "0.2.0"
}
}