From 22dfebf164e289c8b6a5ec43d7dd845245140636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sajn=C3=B3g?= Date: Thu, 15 Jun 2017 13:24:45 +0200 Subject: [PATCH 1/3] Add "attention" section about beta release --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa7a9bfee..83de73b8c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,15 @@ > Official ESLint plugin for Vue.js -## :exclamation: Requirements +## :exclamation: Attention - this is documentation for beta `3.0.0` :exclamation: + +This branch contains `eslint-plugin-vue@beta` which is pre-released `3.0.0`, but it's not an official version that you get by `npm install eslint-plugin-vue`. In order to install this you need to specify either `3.0.0` in `package.json` or do `npm install eslint-plugin-vue@beta`. + +Please try it and report any issues that you might experience. + +If you want to check previous releases [go here](https://github.com/vuejs/eslint-plugin-vue/releases). + +## :grey_exclamation: Requirements - [ESLint](http://eslint.org/) `>=3.18.0`. - Node.js `>=4.0.0` @@ -14,7 +22,7 @@ ## :cd: Installation ``` -npm install --save-dev eslint eslint-plugin-vue +npm install --save-dev eslint eslint-plugin-vue@beta ``` ## :rocket: Usage From f35fb11a9e9b480d1cd54fcc7be50764ec1b75d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sajn=C3=B3g?= Date: Fri, 16 Jun 2017 00:23:50 +0200 Subject: [PATCH 2/3] Update plugin version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83de73b8c..5134a45ac 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## :exclamation: Attention - this is documentation for beta `3.0.0` :exclamation: -This branch contains `eslint-plugin-vue@beta` which is pre-released `3.0.0`, but it's not an official version that you get by `npm install eslint-plugin-vue`. In order to install this you need to specify either `3.0.0` in `package.json` or do `npm install eslint-plugin-vue@beta`. +This branch contains `eslint-plugin-vue@beta` which is pre-released `3.0.0`, but it's not an official version that you get by `npm install eslint-plugin-vue`. In order to install this you need to specify either `3.0.1` in `package.json` or do `npm install eslint-plugin-vue@beta`. Please try it and report any issues that you might experience. From 948a9ed4eed16eb8ee1fca982bad4decae8f4869 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 16 Jun 2017 11:09:41 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5134a45ac..bd50cf3e7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## :exclamation: Attention - this is documentation for beta `3.0.0` :exclamation: -This branch contains `eslint-plugin-vue@beta` which is pre-released `3.0.0`, but it's not an official version that you get by `npm install eslint-plugin-vue`. In order to install this you need to specify either `3.0.1` in `package.json` or do `npm install eslint-plugin-vue@beta`. +This branch contains `eslint-plugin-vue@beta` which is pre-released `3.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": "beta"` in `package.json` or do `npm install eslint-plugin-vue@beta`. Please try it and report any issues that you might experience.