npm @prantlf/jsonlint 5.0.0
v5.0.0

latest releases: 14.0.3, 14.0.2, 14.0.1...
4 years ago

5.0.0 (2019-05-26)

Bug Fixes

  • Do not export "main" method, which requires other NPM modules (d8af36a)

Features

  • Accept single quotes (apostrophes) as string delimiters (240b8cd)

BREAKING CHANGES

  • The "main" method providing a command-line interface importable from other module has been removed. If you used it, have a look at the command-line interface in lib/cli. You can import this module in instead and it offers a richer interface, than the previously exported "main" method. The lib/cli module is mapped to bin/jsonlint too. However, consider the default library export (lib/jsonlint) for programmatic usage. You will pack less JavaScript code and use smalker, mode programmer-oriented interface.

Don't miss a new jsonlint release

NewReleases is sending notifications on new releases.