diff --git a/README.md b/README.md index cf0c092..0e1ca8c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ # ESLint plugin OTT -[![Build Status](https://travis-ci.org/jehy/eslint-plugin-ott.svg?branch=master)](https://travis-ci.org/jehy/eslint-plugin-ott) -[![dependencies Status](https://david-dm.org/jehy/eslint-plugin-ott/status.svg)](https://david-dm.org/jehy/eslint-plugin-ott) -[![devDependencies Status](https://david-dm.org/jehy/eslint-plugin-ott/dev-status.svg)](https://david-dm.org/jehy/eslint-plugin-ott?type=dev) -[![Coverage Status](https://coveralls.io/repos/github/jehy/eslint-plugin-ott/badge.svg?branch=master)](https://coveralls.io/github/jehy/eslint-plugin-ott?branch=master) -[![Known Vulnerabilities](https://snyk.io/test/github/jehy/eslint-plugin-ott/badge.svg)](https://snyk.io/test/github/jehy/eslint-plugin-ott) - Some OTT ESLint rules ## Rules @@ -14,15 +8,15 @@ Some OTT ESLint rules ## Prerequisites -Node.js (>=6.x). +Node.js (>=8.x). ## Usage * If you don't have ESLint yet configured for your project follow [these instructions](https://github.com/eslint/eslint#installation-and-usage). -* Install `eslint-plugin-ott` using `npm` (or `yarn`) for you project: +* Install `eslint-plugin-ott` using `npm` for you project: ```sh -npm install https://github.com/jehy/eslint-plugin-ott.git --save-dev # install for your project +npm install eslint-plugin-ott --save-dev ``` * Add `eslint-plugin-ott` to the `plugins` option of your `.eslintrc`: diff --git a/package.json b/package.json index 4e4ce1e..b9612cd 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,8 @@ "bugs": { "url": "https://github.com/jehy/eslint-plugin-ott/issues" }, - "homepage": "https://github.com/jehy/eslint-plugin-ott#readme" + "homepage": "https://github.com/jehy/eslint-plugin-ott#readme", + "publishConfig": { + "registry": "https://npm.twiket.com/repository/private-node-modules/" + } }