Skip to content

Commit c77dbdf

Browse files
authored
chore(deps):Update dependencies & readme (#44)
1 parent 98aa64e commit c77dbdf

File tree

4 files changed

+188
-144
lines changed

4 files changed

+188
-144
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ https://nodejs.org/en/download/
4646
* Clone the repository into a folder
4747
* Go inside the folder and run following command from terminal/command prompt
4848
```
49-
npm install
49+
npm install
5050
```
5151
* All the dependencies from package.json and ambient typings would be installed in node_modules folder.
5252

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"author": "Ram Pasala <[email protected]>",
3131
"devDependencies": {
32-
"@types/cucumber": "^4.0.1",
33-
"@types/node": "^9.6.2",
32+
"@types/cucumber": "^4.0.4",
33+
"@types/node": "^9.6.12",
3434
"@types/selenium-webdriver": "^3.0.8",
3535
"chai": "^4.1.2",
3636
"chai-as-promised": "^7.1.1",

0 commit comments

Comments
 (0)