@hmcts/ccd-case-ui-toolkit 7.3.53-polling → 7.3.54-body-parser-update

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,6 +1,5 @@
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)
4
3
  [![codecov](https://codecov.io/gh/hmcts/ccd-case-ui-toolkit/branch/master/graph/badge.svg)](https://codecov.io/gh/hmcts/ccd-case-ui-toolkit)
5
4
  [![Known Vulnerabilities](https://snyk.io/test/github/hmcts/ccd-case-ui-toolkit/badge.svg)](https://snyk.io/test/github/hmcts/ccd-case-ui-toolkit)
6
5
  [![HitCount](http://hits.dwyl.io/hmcts/ccd-case-ui-toolkit.svg)](#ccd-case-ui-toolkit)
@@ -124,7 +123,6 @@ case-ui-toolkit
124
123
  ├─ .editorconfig - Common IDE configuration
125
124
  ├─ .gitignore - List of files that are ignored while publishing to git repo
126
125
  ├─ .npmignore - List of files that are ignored while publishing to npmjs
127
- ├─ .travis.yml - Travis CI configuration
128
126
  ├─ LICENSE.md - License details
129
127
  ├─ README.md - README for the library
130
128
  ├─ gulpfile.js - Gulp helper scripts
@@ -181,7 +179,6 @@ As a result once you change library source code it will be automatically re-comp
181
179
 
182
180
  ### Library Release
183
181
 
184
- Travis build system automatically publish NPM packages including GitHub releases whenever there is a version change in package.json
185
182
 
186
183
  Prerelease version from PR branch should follow the format as `x.y.z-RDM-xxx-prerelease`
187
184