Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,14 @@ See `test/floatify.js` for the full set of supported formats.
## Development

```sh
npm test # node --test
npm run lint # eslint
pnpm install # or: npm install
pnpm test # node --test
pnpm run lint # eslint
pnpm audit --audit-level=moderate
```

A committed `pnpm-lock.yaml` enables reproducible installs (`pnpm install --frozen-lockfile`) and dependency audits in CI.

## License

[MIT](LICENSE)
Loading