Skip to content

Commit 8461ae1

Browse files
committed
patch for validation msg fix
1 parent 8d94726 commit 8461ae1

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

package.json

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "react-json-view",
3-
"description": "Interactive react component for displaying javascript arrays and JSON objects.",
4-
"version": "1.18.2",
3+
"description":
4+
"Interactive react component for displaying javascript arrays and JSON objects.",
5+
"version": "1.18.3",
56
"main": "dist/main.js",
67
"dependencies": {
78
"flux": "^3.1.3",
@@ -55,13 +56,17 @@
5556
"react-dom": "^16.0.0 || ^15.5.4"
5657
},
5758
"scripts": {
58-
"build": "webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
59+
"build":
60+
"webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
5961
"prebuild": "npm run test:unit",
60-
"build:demo": "webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
61-
"dev": "webpack-dev-server --config webpack/webpack.config-dev.js --open",
62+
"build:demo":
63+
"webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
64+
"dev":
65+
"webpack-dev-server --config webpack/webpack.config-dev.js --open",
6266
"modules:debug": "./docker/debug.sh",
6367
"modules:tree": "webpack --config webpack/webpack.config.js --json ",
64-
"modules:size-analyzer": "webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer",
68+
"modules:size-analyzer":
69+
"webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer",
6570
"test": "npm run test:unit && npm run test:coverage",
6671
"test:unit": "nyc mocha test/**/*-test.js",
6772
"test:coverage": "nyc report --reporter=text-lcov | coveralls",

0 commit comments

Comments
 (0)