Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Version 0.9.5.
Browse files Browse the repository at this point in the history
Node 0.4.x is now required engine, also upgraded HTML5 to 0.2.16.
  • Loading branch information
assaf committed Jul 29, 2011
1 parent 0ff156d commit d93eba2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,5 +1,5 @@
{ "name": "zombie",
"version": "0.9.5",
"version": "0.9.6",
"description": "Insanely fast, full-stack, headless browser testing using Node.js",
"homepage": "http://zombie.labnotes.org/",
"author": "Assaf Arkin <assaf@labnotes.org> (http://labnotes.org/)",
Expand Down Expand Up @@ -36,12 +36,12 @@
"test": "cake test"
},
"engines": {
"node": ">= 0.2.6"
"node": ">= 0.4.0"
},
"dependencies": {
"html5": "0.2.14",
"html5": "0.2.16",
"jsdom": "0.1.23",
"mime": "1.2.1",
"mime": "1.2.2",
"websocket-client": "1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit d93eba2

Please sign in to comment.