@automattic/eslint-plugin-wpvip 0.1.0-0 → 0.1.1-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,10 +4,10 @@ This is an ESLint plugin to provide WordPress VIP's (internal) JavaScript and Ty
4
4
 
5
5
  ## Installation
6
6
 
7
- Install `eslint` and `@automattic/eslint-plugin-wpvip` (currently using a `beta` dist-tag) to your project.
7
+ Install `eslint` and `@automattic/eslint-plugin-wpvip` to your project.
8
8
 
9
9
  ```sh
10
- npm install --save-dev eslint @automattic/eslint-plugin-wpvip@beta
10
+ npm install --save-dev eslint @automattic/eslint-plugin-wpvip
11
11
  ```
12
12
 
13
13
  If your project uses TypeScript, make sure `typescript` is installed as well.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/eslint-plugin-wpvip",
3
- "version": "0.1.0-0",
3
+ "version": "0.1.1-0",
4
4
  "description": "ESLint plugin for internal WordPress VIP projects",
5
5
  "main": "index.js",
6
6
  "scripts": {