Skip to content

Commit

Permalink
Security update 1 (#7)
Browse files Browse the repository at this point in the history
* Security update
  • Loading branch information
lleites authored Jun 19, 2019
1 parent d880f00 commit a369ac3
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 20 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ This project is based on [Botium](https://botium.atlassian.net/wiki/spaces/BOTIU

1. Start by downloading and installing [NodeJs](https://nodejs.org/en/download/)
2. Open your terminal (Mac, Linux, ...) or Prompt (Windows)
3. Execute the following command in the terminal: `npm install -g "git+https://[email protected]/flix-tech/robotmate.git#v0.11.0"`
3. Execute the following command in the terminal: `npm install -g "git+https://[email protected]/flix-tech/robotmate.git#v0.11.1"`


### Another way

Expand Down
57 changes: 39 additions & 18 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robot-mate",
"version": "0.11.0",
"version": "0.11.1",
"description": "A format to test robots",
"main": "lib/parser.js",
"bin": {
Expand Down

0 comments on commit a369ac3

Please sign in to comment.