diff --git a/.drone.yml b/.drone.yml index f65629d..bbee43f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: - npm ci - npm version $SNAPSHOT - npm publish --tag snapshot - # - npm dist-tag add @ioprojects/ui-eslint-base@$SNAPSHOT snapshot + # - npm dist-tag add @ioprojects/eslint-config@$SNAPSHOT snapshot --- kind: pipeline @@ -52,4 +52,4 @@ steps: - npm ci - npm version $NEW_VERSION - npm publish - # - npm dist-tag add @ioprojects/ui-eslint-base@$SNAPSHOT snapshot + # - npm dist-tag add @ioprojects/eslint-config@$SNAPSHOT snapshot diff --git a/README.md b/README.md index c8c1362..250cf46 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # ioprojects-ui-eslint -This repository is the NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects. \ No newline at end of file +This repository is the NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects. + +## Installation + +```bash +# with yarn +yarn add -D @io-projects/eslint-config + +# with npm +npm install --save-dev @io-projects/eslint-config +``` diff --git a/VERSION b/VERSION index a6a3a43..afaf360 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.4 \ No newline at end of file +1.0.0 \ No newline at end of file diff --git a/package.json b/package.json index 84c5c77..f005ffe 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@ioprojects/ui-eslint-base", + "name": "@endmove/eslint-config", "version": "1.0.4", "description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects", "author": "IO-Projects ", @@ -22,7 +22,7 @@ }, "repository": { "type": "git", - "url": "git+https://git.endmove.eu/IO-ProjectsOfficial/ioprojects-ui-eslint.git" + "url": "git+https://git.endmove.eu/IO-ProjectsOfficial/eslint-config.git" }, "keywords": [ "io-project",