Skip to content

Commit 83be2fc

Browse files
authored
development (#11)
* Eliminate minimist dependency. * Update CHANGELOG.md.
1 parent 3997c69 commit 83be2fc

File tree

5 files changed

+419
-17
lines changed

5 files changed

+419
-17
lines changed

.eslintrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
],
3232
"no-process-exit": "off",
3333
"no-prototype-builtins": "off",
34+
"node/no-unpublished-require": "off",
3435
"node/no-unsupported-features/es-syntax": "off",
36+
"node/shebang": "off",
3537
"no-unused-expressions": "off",
3638
"chai-friendly/no-unused-expressions": "error",
3739
"object-curly-spacing": [

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 5.0.1
2+
3+
* Eliminated `minimist` dependency. (Package is now dependency-free.)
4+
15
### 5.0.0
26

37
* JSON-Z can now be used as an ESM module. There are no functional changes, but a possible breaking change with how the package is imported:

0 commit comments

Comments
 (0)