Skip to content

Commit 98f71ed

Browse files
committed
updating minor version
1 parent 2a74d8e commit 98f71ed

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "react-json-view",
3-
"description": "Interactive react component for displaying javascript arrays and JSON objects.",
4-
"version": "1.15.2",
3+
"description":
4+
"Interactive react component for displaying javascript arrays and JSON objects.",
5+
"version": "1.16.0",
56
"main": "dist/main.js",
6-
"files": [
7-
"dist/"
8-
],
7+
"files": ["dist/"],
98
"dependencies": {
109
"flux": "^3.1.3",
1110
"react-base16-styling": "^0.5.3",
@@ -52,13 +51,16 @@
5251
"react-dom": "^16.0.0 || ^15.5.4"
5352
},
5453
"scripts": {
55-
"build": "webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
54+
"build":
55+
"webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
5656
"prebuild": "npm run test:unit",
57-
"build:demo": "webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
57+
"build:demo":
58+
"webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
5859
"dev": "webpack-dev-server --config webpack/webpack.config-dev.js --open",
5960
"modules:debug": "./docker/debug.sh",
6061
"modules:tree": "webpack --config webpack/webpack.config.js --json ",
61-
"modules:size-analyzer": "webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer",
62+
"modules:size-analyzer":
63+
"webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer",
6264
"test": "npm run test:unit && npm run test:coverage",
6365
"test:unit": "nyc mocha test/**/*-test.js",
6466
"test:coverage": "nyc report --reporter=text-lcov | coveralls",

0 commit comments

Comments
 (0)