From 5417fa7b466779e8987ba67da801bef7cff2fe21 Mon Sep 17 00:00:00 2001 From: Gavin Rehkemper Date: Fri, 14 Jun 2024 19:32:47 -0500 Subject: [PATCH] fix: small change to trigger a catch-up release (#1168) Co-authored-by: Patrick Arlt --- packages/arcgis-rest-portal/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/arcgis-rest-portal/README.md b/packages/arcgis-rest-portal/README.md index fe28778c0..e453921ec 100644 --- a/packages/arcgis-rest-portal/README.md +++ b/packages/arcgis-rest-portal/README.md @@ -1,13 +1,10 @@ [![npm version][npm-img]][npm-url] -[![build status][travis-img]][travis-url] [![gzip bundle size][gzip-image]][npm-url] [![Coverage Status][coverage-img]][coverage-url] [![apache licensed](https://img.shields.io/badge/license-Apache-green.svg?style=flat-square)](https://raw.githubusercontent.com/Esri/arcgis-rest-js/master/LICENSE) [npm-img]: https://img.shields.io/npm/v/@esri/arcgis-rest-portal.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/@esri/arcgis-rest-portal -[travis-img]: https://img.shields.io/travis/Esri/arcgis-rest-js/master.svg?style=flat-square -[travis-url]: https://travis-ci.org/Esri/arcgis-rest-js [gzip-image]: https://img.badgesize.io/https://unpkg.com/@esri/arcgis-rest-portal/dist/bundled/portal.umd.min.js?compression=gzip [coverage-img]: https://codecov.io/gh/Esri/arcgis-rest-js/branch/master/graph/badge.svg [coverage-url]: https://codecov.io/gh/Esri/arcgis-rest-js