Skip to content

Commit 4b8cfa1

Browse files
author
CircleCI
committed
Docs: Remove info about next version
1 parent e263301 commit 4b8cfa1

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Diff for: README.md

-8
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111

1212
See https://vuejs.github.io/eslint-plugin-vue/
1313

14-
> :exclamation: Attention - this is documentation for version `5.x` :exclamation:
15-
>
16-
> This branch contains `eslint-plugin-vue@next` which is a pre-released `5.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`.
17-
>
18-
> Please try it and report any issues that you might have encountered.
19-
>
20-
> If you want to check previous releases [go here](https://github.com/vuejs/eslint-plugin-vue/releases).
21-
2214
## :anchor: Versioning Policy
2315

2416
This plugin is following [Semantic Versioning](http://semver.org/) and [ESLint's Semantic Versioning Policy](https://github.com/eslint/eslint#semantic-versioning-policy).

Diff for: docs/user-guide/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ vue add @vue/cli-plugin-eslint
99

1010
Via [npm](https://www.npmjs.com/):
1111
```bash
12-
npm install --save-dev eslint eslint-plugin-vue@next
12+
npm install --save-dev eslint eslint-plugin-vue
1313
```
1414

1515
Via [yarn](https://yarnpkg.com/):
1616
```bash
17-
yarn add -D eslint eslint-plugin-vue@next
17+
yarn add -D eslint eslint-plugin-vue
1818
```
1919

2020
::: tip Requirements

0 commit comments

Comments
 (0)