react-json-view
Advanced tools
Comparing version 1.18.1 to 1.18.2
{ | ||
"name": "react-json-view", | ||
"description": "Interactive react component for displaying javascript arrays and JSON objects.", | ||
"version": "1.18.1", | ||
"version": "1.18.2", | ||
"main": "dist/main.js", | ||
@@ -14,2 +14,3 @@ "dependencies": { | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.2.5", | ||
"babel-loader": "^7.1.4", | ||
@@ -28,2 +29,5 @@ "babel-plugin-react-html-attrs": "^2.0.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"eslint": "^5.0.1", | ||
"eslint-plugin-babel": "^5.1.0", | ||
"eslint-plugin-react": "^7.10.0", | ||
"html-webpack-plugin": "2.30.1", | ||
@@ -66,3 +70,5 @@ "ignore-styles": "^5.0.1", | ||
"test:coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"test:watch": "nyc mocha -w test/**/*-test.js" | ||
"test:watch": "nyc mocha -w test/**/*-test.js", | ||
"lint": "./node_modules/.bin/eslint src", | ||
"lint-fixup": "./node_modules/.bin/eslint src --ext .js,.jsx --fix" | ||
}, | ||
@@ -69,0 +75,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
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
174641
6
306
39