From acabd0eb6b45d3d050d59ccddc0cee8ce6314b59 Mon Sep 17 00:00:00 2001 From: Nathan White Date: Tue, 9 Jul 2013 14:33:39 -0600 Subject: [PATCH] Update package.json Soda has been changed to handle very old deprecation. Along with other changes. I bumped the npm version along with the engine requirement. Can we please get this published/updated. Thanks! --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2b38d47..88deae4 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "soda", "description": "Selenium RC Node Adapter (with Sauce Labs support)", "keywords": ["selenium", "saucelabs", "testing", "test", "tests"], - "version": "0.2.5", + "version": "0.3.0", "author": "TJ Holowaychuk ", "main": "./lib/soda/index.js", - "engines": { "node": ">= 0.2.0" }, + "engines": { "node": ">= 0.4.0" }, "repository": { "type": "git", "url": "git://github.com/LearnBoost/soda.git"