Skip to content

Remove warning about @next version from readme #313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 31, 2017
Merged
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
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