From 26c33b164f7b0f1df90656dd6468ac00bdd02b1b Mon Sep 17 00:00:00 2001 From: Gavin Rehkemper Date: Fri, 14 Jun 2024 19:28:00 -0500 Subject: [PATCH] fix: small change to trigger a catch-up release (#1166) Co-authored-by: Patrick Arlt --- packages/arcgis-rest-geocoding/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/arcgis-rest-geocoding/README.md b/packages/arcgis-rest-geocoding/README.md index dc5f5c8d9..13b167a92 100644 --- a/packages/arcgis-rest-geocoding/README.md +++ b/packages/arcgis-rest-geocoding/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-geocoding.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/@esri/arcgis-rest-geocoding -[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-geocoding/dist/bundled/geocoding.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