Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbtucker committed Oct 2, 2019
1 parent d6ca1f9 commit 4425e8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json5",
"version": "2.1.0",
"version": "2.1.1",
"description": "JSON for humans.",
"main": "lib/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion 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.0',
version: '2.1.1',
description: 'JSON for humans.',
main: 'lib/index.js',
module: 'dist/index.mjs',
Expand Down

0 comments on commit 4425e8e

Please sign in to comment.