react-json-view
Advanced tools
Comparing version 1.14.2 to 1.14.3
{ | ||
"name": "react-json-view", | ||
"description": "Interactive react component for displaying javascript arrays and JSON objects.", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"main": "dist/main.js", | ||
@@ -40,2 +40,3 @@ "files": [ | ||
"react-hot-loader": "^3.0.0-beta.6", | ||
"react-select": "^1.1.0", | ||
"react-test-renderer": "^16.2.0", | ||
@@ -64,4 +65,3 @@ "sass-loader": "^6.0.6", | ||
"test:coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"test:watch": "nyc mocha -w test/**/*-test.js", | ||
"prepublishOnly": "npm run build" | ||
"test:watch": "nyc mocha -w test/**/*-test.js" | ||
}, | ||
@@ -68,0 +68,0 @@ "repository": { |
@@ -126,3 +126,3 @@ ![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/rjv-icon-alt.png?raw=true) | ||
```bash | ||
# run the build | ||
# run the build (note: you may need to use `sudo` priveledges to run the build successfully) | ||
npm run build | ||
@@ -129,0 +129,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
165558
33