Skip to content

Commit

Permalink
Update contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Oct 23, 2018
1 parent fc3773f commit 404340e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Prerequisites

To install the development dependencies you will need Node 5 or 6. Node 7 is not yet supported.
To install the development dependencies you will need Node 8 installed.

## Run tests

Expand All @@ -12,10 +12,3 @@ Using karma (real browsers will be launched)
yarn
yarn test
```

Or manually

```bash
yarn build:test
open tests/index.html
```

0 comments on commit 404340e

Please sign in to comment.