ld-react-components
Advanced tools
Comparing version 1.0.56 to 1.0.57
@@ -0,1 +1,14 @@ | ||
# v1.0.57 (Wed Oct 30 2019) | ||
#### 🐛 Bug Fix | ||
- Add test summary to circleci [#61](https://github.com/intuit/LD-React-Components/pull/61) (puja_baid@intuit.com [@tekgal](https://github.com/tekgal)) | ||
#### Authors: 2 | ||
- [@tekgal](https://github.com/tekgal) | ||
- pbaid (puja_baid@intuit.com) | ||
--- | ||
# v1.0.56 (Wed Oct 30 2019) | ||
@@ -2,0 +15,0 @@ |
{ | ||
"name": "ld-react-components", | ||
"version": "1.0.56", | ||
"version": "1.0.57", | ||
"description": "Semantic component helpers to support LaunchDarkly in your react app.", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"clean": "rimraf ./dist ./coverage ./docs", | ||
"test": "jest --coverage", | ||
"test": "yarn add --dev jest-junit && yarn build && jest --coverage --reporters=default --reporters=jest-junit && mkdir -p test-reports/jest && mv junit.xml test-reports/jest/results.xml", | ||
"lint": "eslint src/", | ||
@@ -88,2 +88,3 @@ "build": "babel src/lib -d dist --copy-files", | ||
"jest": "^24.9.0", | ||
"jest-junit": "^9.0.0", | ||
"jsdom": "15.1.1", | ||
@@ -90,0 +91,0 @@ "jsdom-global": "3.0.2", |
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
6105517
69