Skip to content

Commit

Permalink
chore: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 16, 2024
1 parent 9f567fe commit 0a02aca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ const config = {

## Develop

To get started: clone the git repository, run `npm install`, and then `npm run dev`.
To get started: clone the git repository, run `npm install`, and then `npm run dev`.

All available scripts:

Expand All @@ -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 (requires login). It will increase the version number,
# update changelog, etc. Note that it will publish two npm packages:
# `svelte-jsoneditor` and `vanilla-jsoneditor`.
npm run release # Publish to npm (requires login). It will increase the version number,
# update changelog, etc. Note that it will publish two npm packages:
# `svelte-jsoneditor` and `vanilla-jsoneditor`.
```

## License
Expand Down

0 comments on commit 0a02aca

Please sign in to comment.