From 46401465ff5bb08bf793219d399c11434fd163be Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Tue, 30 May 2023 16:15:50 +0200 Subject: [PATCH] docs: remove `release` script reference from README (#52) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e1d2f21..0ea83f1 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,6 @@ Welcome. See [ESLint contribution guidelines](https://eslint.org/docs/developer- - `npm test` runs tests and measures code coverage. - `npm run lint` checks source codes with ESLint. - `npm run coverage` opens the code coverage report of the previous test with your default browser. -- `npm run release` publishes this package to [npm] registry. [npm]: https://www.npmjs.com/