Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don't have to bother with karma/coverage/reporters/gruntfile/npm configurati
### To install dependencies

```
npm install
yarn install
```

```
Expand Down Expand Up @@ -36,6 +36,6 @@ To run e2e tests in development mode:

To run verify jshint, tests and coverage:

npm test
yarn test


3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"karma-spec-reporter": "0.0.13",
"load-grunt-tasks": "0.4.0"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"postinstall": "webdriver-manager update --standalone",
"test": "grunt verify --force"
Expand Down
Loading