0.1.0
This commit is contained in:
parent
d05a52f311
commit
3e34842eb2
|
@ -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 <me@johnbintz.com> (http://johnbintz.com/)",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue