react-json-view
Advanced tools
Comparing version 1.7.2 to 1.7.3
{ | ||
"name": "react-json-view", | ||
"description": "Interactive react component for displaying javascript arrays and JSON objects.", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"main": "dist/main.js", | ||
@@ -24,7 +24,10 @@ "files": [ | ||
"clipboard": "^1.6.1", | ||
"coveralls": "^2.13.1", | ||
"enzyme": "^2.8.2", | ||
"html-webpack-plugin": "2.28.0", | ||
"ignore-styles": "^5.0.1", | ||
"istanbul": "^0.4.5", | ||
"jsdom": "^9.12.0", | ||
"mocha": "^3.2.0", | ||
"nyc": "^10.3.2", | ||
"radium":"^0.18.2", | ||
@@ -43,8 +46,9 @@ "react": "^15.5.4", | ||
"scripts": { | ||
"build": "webpack --display-error-details --progress", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"dev:hot": "webpack-dev-server", | ||
"start": "node server.js", | ||
"build": "webpack --display-error-details --progress", | ||
"test": "./docker/test.sh", | ||
"test": "./docker/coverage.sh", | ||
"test:watch": "mocha -w /react/test/helpers/browser.js /react/test/**/*test.js", | ||
"unit_test": "mocha /react/test/helpers/browser.js /react/test/**/*test.js", | ||
"dev:hot": "webpack-dev-server" | ||
"unit_test": "nyc --reporter=html --reporter=text-lcov --reporter=text mocha /react/test/**/*test.js" | ||
}, | ||
@@ -51,0 +55,0 @@ "repository": { |
@@ -110,2 +110,2 @@ ![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/rjv-icon-alt.png?raw=true) | ||
### To-Do's | ||
1. Add Tests! | ||
1. Add more tests! |
Sorry, the diff of this file is too big to display
3181088
13811
32