Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSavefrogs committed Feb 13, 2022
1 parent d62c384 commit 1e15cb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seleniumenginejs",
"version": "1.0.2",
"version": "2.0.0",
"description": "Selenium-like methods useful for automating SPAs (Single Page Application) where content is changed dynamically.",
"type": "module",
"main": "./src/SeleniumEngine.cjs",
Expand Down Expand Up @@ -29,8 +29,7 @@
"url": "https://github.com/LukeSavefrogs/SeleniumEngineJS/issues"
},
"homepage": "https://github.com/LukeSavefrogs/SeleniumEngineJS#readme",
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"np": "^6.5.0",
"ava": "^4.0.1",
Expand Down

0 comments on commit 1e15cb3

Please sign in to comment.