Skip to content

Commit

Permalink
🐛 Update HdTabsMenu.vue (#501)
Browse files Browse the repository at this point in the history
- add new property to disable 'focus' pseudo-class
- update tests
- update README.md (set correct node version)
  • Loading branch information
Lars Feske authored Aug 12, 2020
1 parent 9d0a31d commit be35ff1
Show file tree
Hide file tree
Showing 5 changed files with 5,351 additions and 5,357 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ git remote add upstream [email protected]:homeday-de/homeday-blocks.git

## Prerequisites

Homeday Blocks requires [Node.js](https://nodejs.org/) version 8.9 or above (8.11.0+ recommended). It's recommended to manage multiple versions of Node on the same machine with [nvm](https://github.com/nvm-sh/nvm) or [nvm-windows](https://github.com/coreybutler/nvm-windows).
Homeday Blocks requires [Node.js](https://nodejs.org/) version 10.22.0 (.nvmrc). It's recommended to manage multiple versions of Node on the same machine with [nvm](https://github.com/nvm-sh/nvm) or [nvm-windows](https://github.com/coreybutler/nvm-windows).

Don't forget to setup the [deeper shell integration](https://github.com/nvm-sh/nvm#deeper-shell-integration) in your console to take full advantage of `nvm`. You can achieve this by adding the following alias into your `~/.bashrc`, or `~/.zshrc` file:

Expand Down
Loading

0 comments on commit be35ff1

Please sign in to comment.