react-json-pretty
Advanced tools
Comparing version 1.6.1 to 1.6.2
{ | ||
"name": "react-json-pretty", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "A code formatting tool for raw json data", | ||
"main": "src/JSONPretty.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "jest", | ||
"build": "npm run build-styl && npm run build-jsx", | ||
@@ -32,7 +32,11 @@ "build-styl-monikai": "stylus --compress < JSONPretty.monikai.styl > src/JSONPretty.monikai.css", | ||
"babel-core": "^6.3.26", | ||
"babel-jest": "^19.0.0", | ||
"babel-loader": "^6.2.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.8.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-react": "^6.3.13", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"jest": "^19.0.2", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"react-test-renderer": "^15.5.4", | ||
"stylus": "^0.54.5", | ||
@@ -39,0 +43,0 @@ "webpack": "^2.4.1" |
@@ -5,2 +5,3 @@ # React JSON Pretty | ||
[![npm downloads](https://img.shields.io/npm/dm/react-json-pretty.svg)](https://www.npmjs.com/package/react-json-pretty) | ||
[![build status](https://api.travis-ci.org/chenckang/react-json-pretty.svg?branch=master)](https://travis-ci.org/chenckang/react-json-pretty) | ||
![MIT license](https://img.shields.io/github/license/mashape/apistatus.svg) | ||
@@ -7,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1033517
29
24503
1
71
13