Upgrade phantomjs
Fixes https://github.com/badges/shields/issues/645#issuecomment-217222593.
This commit is contained in:
parent
cb598af0d4
commit
78721d7728
|
@ -19,7 +19,7 @@
|
||||||
"dot": "~1.0.3",
|
"dot": "~1.0.3",
|
||||||
"svgo": "~0.5.1",
|
"svgo": "~0.5.1",
|
||||||
"pdfkit": "~0.7.1",
|
"pdfkit": "~0.7.1",
|
||||||
"phantomjs": "~1.9.2-6",
|
"phantomjs-prebuilt": "~2.1.7",
|
||||||
"es6-promise": "~2.1.0",
|
"es6-promise": "~2.1.0",
|
||||||
"request": "~2.55.0",
|
"request": "~2.55.0",
|
||||||
"redis": "~1.0.0",
|
"redis": "~1.0.0",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
var fs = require('fs');
|
var fs = require('fs');
|
||||||
var os = require('os');
|
var os = require('os');
|
||||||
var path = require('path');
|
var path = require('path');
|
||||||
var phantom = require('phantomjs');
|
var phantom = require('phantomjs-prebuilt');
|
||||||
var LruCache = require('./lru-cache.js');
|
var LruCache = require('./lru-cache.js');
|
||||||
var childProcess = require('child_process');
|
var childProcess = require('child_process');
|
||||||
var phantomScript = path.join(__dirname, 'phantomjs-svg2png.js');
|
var phantomScript = path.join(__dirname, 'phantomjs-svg2png.js');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user