diff --git a/.npmignore b/.npmignore index 97b6c4a..e3eb7b4 100644 --- a/.npmignore +++ b/.npmignore @@ -7,7 +7,6 @@ test .editorconfig .eslintrc .gitignore -.travis.yml .prettierrc.yml .prettierignore rollup.browser.config.js diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1fe447c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: node_js -node_js: - - "stable" - - "lts/*" - -cache: - directories: - - node_modules - -sudo: false diff --git a/README.md b/README.md index 20edff7..f7cc97d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# React Geosuggest [![Build Status](https://travis-ci.org/ubilabs/react-geosuggest.svg?branch=master)](https://travis-ci.org/ubilabs/react-geosuggest) +# React Geosuggest A [React](https://reactjs.org/) autosuggest for the Google Maps Places API. You can also define your own suggests as defaults. Works with [Preact](https://github.com/developit/preact), too.