Skip to content

Commit

Permalink
Merge pull request #318 from mac-s-g/published-coverage
Browse files Browse the repository at this point in the history
remove coverage info from production build
  • Loading branch information
mac-s-g authored Jan 24, 2021
2 parents 23c3d0f + c8cbcdd commit 354dd3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
"plugins": [
"@babel/plugin-syntax-class-properties",
"@babel/plugin-syntax-jsx",
"react-html-attrs",
"istanbul"
]
"react-html-attrs"
],
"env": {
"test": {
"plugins": [
"istanbul"
]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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",
Expand Down

0 comments on commit 354dd3a

Please sign in to comment.