Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kesla committed Jun 22, 2013
1 parent 5799170 commit dfd78af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "David Björklund <david@admaze.ly>", "author": "David Björklund <david@admaze.ly>",
"name": "headless", "name": "headless",
"description": "Headless is a Node.js wrapper for Xvfb, the virtual framebuffer", "description": "Headless is a Node.js wrapper for Xvfb, the virtual framebuffer",
"version": "0.1.1", "version": "0.1.2",
"scripts": { "scripts": {
"preinstall": "test -n \"$(which Xvfb)\" || (echo 'Xvfb not found. Please install it and add it to your PATH.' && exit 1)", "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" "test": "node test/test.js"
Expand Down

0 comments on commit dfd78af

Please sign in to comment.