Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marketionist committed Mar 24, 2017
1 parent a7f37aa commit 81ca420
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-testing-server",
"version": "1.1.0",
"description": "Simple node.js server to generate HTML pages for testing",
"description": "Simple node.js server to generate HTML pages for e2e testing",
"main": "index.js",
"scripts": {
"postinstall": "webdriver-manager update",
Expand All @@ -17,6 +17,7 @@
"node server",
"testing server",
"node.js server",
"e2e testing server",
"node server testing",
"simple node server",
"server for testing",
Expand All @@ -30,7 +31,7 @@
},
"homepage": "https://github.com/Marketionist/node-testing-server#readme",
"devDependencies": {
"eslint": "^3.14.0",
"protractor": "^5.0.0"
"eslint": "^3.17.1",
"protractor": "^5.1.1"
}
}

0 comments on commit 81ca420

Please sign in to comment.