Skip to content

Commit

Permalink
Remove warning about @next version from readme (#313)
Browse files Browse the repository at this point in the history
Remove warning about @next version from readme
  • Loading branch information
michalsnik committed Dec 31, 2017
1 parent 9129be0 commit dfcd26e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@

> Official ESLint plugin for Vue.js
## :exclamation: Attention - this is documentation for version `4.x` :exclamation:

This branch contains `eslint-plugin-vue@next` which is a pre-released `4.0`, but it's not the default version that you get with `npm install eslint-plugin-vue`. In order to install this you need to specify either `"eslint-plugin-vue": "next"` in `package.json` or do `npm install eslint-plugin-vue@next`.

Please try it and report any issues that you might have encountered.

If you want to check previous releases [go here](https://github.com/vuejs/eslint-plugin-vue/releases).

## :art: Playground on the Web

You can try this plugin on the Web.
Expand All @@ -28,7 +20,7 @@ You can try this plugin on the Web.
## :cd: Installation

```bash
npm install --save-dev eslint eslint-plugin-vue@next
npm install --save-dev eslint eslint-plugin-vue
```

## :rocket: Usage
Expand Down

0 comments on commit dfcd26e

Please sign in to comment.