From e628ee4feb0a3e0bdc5de94e2e540bde65f50b33 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Tue, 16 Jan 2024 09:24:15 +0100 Subject: [PATCH] docs: reorganize the Develop section in the README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9054b027..bf04c1fc 100644 --- a/README.md +++ b/README.md @@ -671,9 +671,9 @@ npm run lint # Run linter npm run format # Automatically fix linting issues npm run release-dry-run # To run the build and see the change list without actually publishing -npm run release # Publish to npm. Will increase version number, update changelog, etc. - # Note that it will publish two npm packages: `svelte-jsoneditor` and - # `vanilla-jsoneditor`. You'll need to enter a one-time password for npm. +npm run release # Publish to npm (requires login). It will increase version number, + # update changelog, etc. Note that it will publish two npm packages: + # `svelte-jsoneditor` and `vanilla-jsoneditor`. ``` ## License