Showing with 9 additions and 9 deletions.
  1. +1 −1 README.md
  2. +4 −4 package-lock.json
  3. +2 −2 package.json
  4. +2 −2 package.json5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ implementation of JSON5 was also modeled directly off of Doug’s open-source
code.

[json_parse.js]:
https://github.com/douglascrockford/JSON-js/blob/master/json_parse.js
https://github.com/douglascrockford/JSON-js/blob/03157639c7a7cddd2e9f032537f346f1a87c0f6d/json_parse.js

[Max Nanasy](https://github.com/MaxNanasy) has been an early and prolific
supporter, contributing multiple patches and ideas.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json5",
"version": "2.1.1",
"version": "2.1.2",
"description": "JSON for humans.",
"main": "lib/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"homepage": "http://json5.org/",
"dependencies": {
"minimist": "^1.2.0"
"minimist": "^1.2.5"
},
"devDependencies": {
"core-js": "^2.6.5",
Expand Down
4 changes: 2 additions & 2 deletions package.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This is a generated file. Do not edit.
{
name: 'json5',
version: '2.1.1',
version: '2.1.2',
description: 'JSON for humans.',
main: 'lib/index.js',
module: 'dist/index.mjs',
Expand Down Expand Up @@ -49,7 +49,7 @@
},
homepage: 'http://json5.org/',
dependencies: {
minimist: '^1.2.0',
minimist: '^1.2.5',
},
devDependencies: {
'core-js': '^2.6.5',
Expand Down