From 54c67b891c21cff84d7eb5e5af168d0eae0460e3 Mon Sep 17 00:00:00 2001
From: Victor Woeltjen <victor.woeltjen@nasa.gov>
Date: Fri, 5 Feb 2016 13:59:03 -0800
Subject: [PATCH] [CSV Export] Update PhantomJS version

Use version 2.1+ for availability of Linux binaries;
incidentally addresses #258.
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 45797a78c5..0409ea31e8 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
     "marked": "^0.3.5",
     "mkdirp": "^0.5.1",
     "moment": "^2.11.1",
-    "phantomjs-prebuilt": "^2.0.0",
+    "phantomjs-prebuilt": "^2.1.0",
     "requirejs": "^2.1.17",
     "split": "^1.0.0"
   },