From 3e34842eb2a9b0a9ae648d447b625af17a350d25 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 11 Mar 2016 11:30:43 -0500 Subject: [PATCH] 0.1.0 --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7c663a1..dc95e7b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,15 @@ { "name": "persistent_selenium", - "version": "0.0.4", + "version": "0.1.0", "description": "Keep your Selenium browser windows open while running tests in development.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": ["selenium", "persistent"], + "keywords": [ + "selenium", + "persistent" + ], "author": "John Bintz (http://johnbintz.com/)", "license": "ISC", "dependencies": {