@hmcts/ccd-case-ui-toolkit 7.3.34-fix-security-issue → 7.3.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # ccd-case-ui-toolkit
2
2
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3
+ [![Build Status](https://travis-ci.org/hmcts/ccd-case-ui-toolkit.svg?branch=master)](https://travis-ci.org/hmcts/ccd-case-ui-toolkit)
3
4
  [![codecov](https://codecov.io/gh/hmcts/ccd-case-ui-toolkit/branch/master/graph/badge.svg)](https://codecov.io/gh/hmcts/ccd-case-ui-toolkit)
4
5
  [![Known Vulnerabilities](https://snyk.io/test/github/hmcts/ccd-case-ui-toolkit/badge.svg)](https://snyk.io/test/github/hmcts/ccd-case-ui-toolkit)
5
6
  [![HitCount](http://hits.dwyl.io/hmcts/ccd-case-ui-toolkit.svg)](#ccd-case-ui-toolkit)
@@ -123,6 +124,7 @@ case-ui-toolkit
123
124
  ├─ .editorconfig - Common IDE configuration
124
125
  ├─ .gitignore - List of files that are ignored while publishing to git repo
125
126
  ├─ .npmignore - List of files that are ignored while publishing to npmjs
127
+ ├─ .travis.yml - Travis CI configuration
126
128
  ├─ LICENSE.md - License details
127
129
  ├─ README.md - README for the library
128
130
  ├─ gulpfile.js - Gulp helper scripts
@@ -179,6 +181,7 @@ As a result once you change library source code it will be automatically re-comp
179
181
 
180
182
  ### Library Release
181
183
 
184
+ Travis build system automatically publish NPM packages including GitHub releases whenever there is a version change in package.json
182
185
 
183
186
  Prerelease version from PR branch should follow the format as `x.y.z-RDM-xxx-prerelease`
184
187