Skip to content

Commit

Permalink
Refactor phantomjs-prebuilt dependency for Node.js 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed May 31, 2018
1 parent d0d94f8 commit 6a30036
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 580 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PhantomJS-based modular web performance metrics collector. And why phantomas? We
## Installation

```
npm install --global --no-optional phantomas phantomjs-prebuilt@macbre/phantomjs2-npm#v2.5.0-dev
npm install --global --no-optional phantomas phantomjs-prebuilt-macbre
```

> This will install [the latest version of PhantomJS](https://github.com/macbre/phantomjs-static-2.5/releases/tag/v2.5-beta) and add a symlink called ``phantomas`` (pointing to ``./bin/phantomas.js``) to your system's ``PATH``
Expand Down
2 changes: 1 addition & 1 deletion lib/engines/webkit.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @see https://github.com/macbre/phantomas/issues/488
*/
var pkg = require('phantomjs-prebuilt');
var pkg = require('phantomjs-prebuilt-macbre');

module.exports = {
name: 'PhantomJS',
Expand Down
Loading

0 comments on commit 6a30036

Please sign in to comment.