Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #416 from Medium/nick-md5
Browse files Browse the repository at this point in the history
Update readme and bump version
  • Loading branch information
nicks committed Nov 24, 2015
2 parents ba33446 + 5783f0c commit 3ad7dad
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
sudo: false
node_js:
- "5.0"
- "4.0"
- "iojs"
- "0.12"
- "0.10"
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,25 @@ conflict. This is a non-portable change, and we do not try to support this. The
recommends that you run `apt-get install nodejs-legacy` to symlink `node` to `nodejs`
on those platforms, or many NodeJS programs won't work properly.

##### The latest version of this package installs PhantomJS 1.9.8. When is PhantomJS 2.0 coming?

In January 2015, the PhantomJS project released PhantomJS 2.0 with statically
compiled Windows binaries.

They were not able to create statically-compiled binaries for Linux or OSX 9+.

This put us in a difficult position. The whole reason this NPM installer exists
is to provide a portable, cross-platform installation process for
PhantomJS. Without static binaries, we can't support PhantomJS 2.0.

If you work on a project that does not need cross-platform installation
(for example, if your users can compile and install phantomjs themselves on PATH),
then there is no good reason to depend on this package. You should call phantomjs
directly with `child_process.spawn`.

The core PhantomJS team is hard at work trying to producing static binaries,
but there's currently no timeline.

Contributing
------------

Expand All @@ -225,7 +244,8 @@ Author
------

[Dan Pupius](https://github.com/dpup)
([personal website](http://pupius.co.uk)), supported by
([personal website](http://pupius.co.uk)) and
[Nick Santos](https://github.com/nicks), supported by
[A Medium Corporation](http://medium.com/).

License
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phantomjs",
"version": "1.9.18",
"version": "1.9.19",
"keywords": [
"phantomjs",
"headless",
Expand All @@ -21,8 +21,13 @@
"maintainers": [
{
"name": "Dan Pupius",
"email": "dan@obvious.com",
"email": "dan@medium.com",
"web": "http://pupius.co.uk/"
},
{
"name": "Nick Santos",
"email": "nick@medium.com",
"web": "http://nick-santos.com/"
}
],
"main": "lib/phantomjs",
Expand All @@ -37,7 +42,7 @@
"adm-zip": "0.4.4",
"fs-extra": "~0.23.1",
"kew": "0.4.0",
"md5": "^2.0.0",
"md5": "~2.0.0",
"npmconf": "2.1.1",
"progress": "1.1.8",
"request": "2.42.0",
Expand Down

0 comments on commit 3ad7dad

Please sign in to comment.