Upgrade phantomjs

Fixes https://github.com/badges/shields/issues/645#issuecomment-217222593.
This commit is contained in:
Thaddee Tyl 2016-05-05 20:08:21 +02:00
parent cb598af0d4
commit 78721d7728
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"dot": "~1.0.3",
"svgo": "~0.5.1",
"pdfkit": "~0.7.1",
"phantomjs": "~1.9.2-6",
"phantomjs-prebuilt": "~2.1.7",
"es6-promise": "~2.1.0",
"request": "~2.55.0",
"redis": "~1.0.0",

View File

@ -1,7 +1,7 @@
var fs = require('fs');
var os = require('os');
var path = require('path');
var phantom = require('phantomjs');
var phantom = require('phantomjs-prebuilt');
var LruCache = require('./lru-cache.js');
var childProcess = require('child_process');
var phantomScript = path.join(__dirname, 'phantomjs-svg2png.js');