Skip to content

Commit

Permalink
Merge pull request #7 from juliangruber/patch-1
Browse files Browse the repository at this point in the history
revert xvfb check
  • Loading branch information
kesla committed Jul 6, 2013
2 parents dfd78af + df7ab84 commit d038a61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Headless is a Node.js wrapper for Xvfb, the virtual framebuffer",
"version": "0.1.2",
"scripts": {
"preinstall": "test -n \"$(which Xvfb)\" || (echo 'Xvfb not found. Please install it and add it to your PATH.' && exit 1)",
"test": "node test/test.js"
},
"repository": {
Expand Down

0 comments on commit d038a61

Please sign in to comment.