Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59eee02

Browse files
committed
2.0.1
1 parent ed17d06 commit 59eee02

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json5",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "JSON for humans.",
55
"main": "lib/index.js",
66
"bin": "lib/cli.js",

package.json5

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This is a generated file. Do not edit.
22
{
33
name: 'json5',
4-
version: '2.0.0',
4+
version: '2.0.1',
55
description: 'JSON for humans.',
66
main: 'lib/index.js',
77
bin: 'lib/cli.js',
@@ -51,6 +51,7 @@
5151
minimist: '^1.2.0',
5252
},
5353
devDependencies: {
54+
'core-js': '^2.5.7',
5455
eslint: '^5.3.0',
5556
'eslint-config-standard': '^11.0.0',
5657
'eslint-plugin-import': '^2.14.0',
@@ -59,6 +60,7 @@
5960
'eslint-plugin-standard': '^3.1.0',
6061
regenerate: '^1.4.0',
6162
rollup: '^0.64.1',
63+
'rollup-plugin-buble': '^0.19.2',
6264
'rollup-plugin-commonjs': '^9.1.5',
6365
'rollup-plugin-node-resolve': '^3.3.0',
6466
'rollup-plugin-terser': '^1.0.1',

0 commit comments

Comments
 (0)