Skip to content

Commit

Permalink
Fix copy&paste errors, update version & description
Browse files Browse the repository at this point in the history
  • Loading branch information
RSeidelsohn committed Aug 30, 2024
1 parent 59cc778 commit e8e169c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 73 deletions.
74 changes: 2 additions & 72 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Changes](#changes)
- [Version 4.4.0](#Version-4-4-0)
- [Version 4.3.1](#Version-4-3-1)
- [Version 4.3.0](#Version-4-3-0)
- [Version 4.2.11](#Version-4-2-11)
Expand Down Expand Up @@ -44,79 +45,8 @@
- [Debugging](#debugging)
- [How Licenses are Found](#how-licenses-are-found)
- [Related information sources on the internet](#related-information-sources-on-the-internet)
<<< clarifications-semver
326

`version` can either be an exact version or a semver range, multiple ranges are supported for a single package, for example:
327

328

```json5
329

{
330

"package_name@^1": {
331

// Any field available in customFormat can be clarified
332

"licenses": "GPL",
333

// ... other fields, see above
334

},
335

"package_name@^2": {
336

// Any field available in customFormat can be clarified
337

"licenses": "MIT",
338

// ... other fields, see above
339

},
340

}
341

```
342

343

For overlapping ranges, the first matching entry is used.
344

345

The `--clarificationsMatchAll` option, when enabled, raises an error if not all specified clarifications were used, it is off by default.
346

347

<a name="custom_format"></a>
348

349

#

## <a id="a-message-from-the-maintainer"></a>A message from the maintainer

Folks, I love and honor open software (the latter not as much as I should), and therefore I am a little ashamed of the lack of regular care I give to this project. My family (two still young kids and a wife working full-time just as me) plus my hobbies (reading - currently I read the great book "Coders at work" and plan to work my way through "Structure and interpretation of computer programs", a book many great and experienced coders say is kind of a must-read - and homebrewing) take their toll. And then there's the time I need for procrastination as well. You get the picture.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "license-checker-rseidelsohn",
"description": "Extract NPM package licenses - Feature enhanced version of the original license-checker v25.0.1",
"author": "Roman Seidelsohn <rseidelsohn@gmail.com>",
"version": "4.3.1",
"version": "4.4.0",
"license": "BSD-3-Clause",
"private": false,
"type": "module",
Expand Down

0 comments on commit e8e169c

Please sign in to comment.