Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbtucker committed Mar 16, 2020
1 parent 1e97d03 commit 4695d69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -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
4 changes: 2 additions & 2 deletions package.json5
@@ -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

0 comments on commit 4695d69

Please sign in to comment.