We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c3d0f commit c8cbcddCopy full SHA for c8cbcdd
.babelrc
@@ -3,7 +3,13 @@
3
"plugins": [
4
"@babel/plugin-syntax-class-properties",
5
"@babel/plugin-syntax-jsx",
6
- "react-html-attrs",
7
- "istanbul"
8
- ]
+ "react-html-attrs"
+ ],
+ "env": {
9
+ "test": {
10
+ "plugins": [
11
+ "istanbul"
12
+ ]
13
+ }
14
15
}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-json-view",
"description": "Interactive react component for displaying javascript arrays and JSON objects.",
- "version": "1.20.2",
+ "version": "1.20.3",
"main": "dist/main.js",
"dependencies": {
"flux": "^4.0.1",
0 commit comments