From 7245b93461dd10900e74c2e187488a268e9a687a Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Sat, 19 May 2018 15:38:22 -0400 Subject: [PATCH 1/2] Remove unneeded npm prune on TravisCI --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 52a610d..5aec453 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,6 @@ matrix: script: npm run travis before_install: - npm i -g npm -before_script: - - npm prune after_success: - npx semantic-release branches: From fbd376476a10ece6f68eb3c8a658ecf3827b0bce Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Sat, 19 May 2018 15:40:00 -0400 Subject: [PATCH 2/2] feat: Add README header and project description --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 52414c8..2b9f43d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,23 @@ -## Installation +>This repository is part of the [Pelias](https://github.com/pelias/pelias) +>project. Pelias is an open-source, open-data geocoder originally sponsored by +>[Mapzen](https://www.mapzen.com/). Our official user documentation is +>[here](https://github.com/pelias/documentation). + +# Pelias Configuration + +This repository defines standard configuration for all parts of the Pelias geocoder. It contains tools for Pelias packages to read from configuration in a standardized way, and for Pelias users to set up their own configuration. [![Greenkeeper badge](https://badges.greenkeeper.io/pelias/config.svg)](https://greenkeeper.io/) +[![Build Status](https://travis-ci.org/pelias/config.png?branch=master)](https://travis-ci.org/pelias/config) + +[![NPM](https://nodei.co/npm/pelias-config.png?downloads=true&stars=true)](https://nodei.co/npm/pelias-config) + +## Installation ```bash $ npm install pelias-config ``` -[![NPM](https://nodei.co/npm/pelias-config.png?downloads=true&stars=true)](https://nodei.co/npm/pelias-config) - ## Usage Create a new Pelias config: @@ -113,5 +123,3 @@ $ npm test ### Continuous Integration Travis tests every release against all supported Node.js versions. - -[![Build Status](https://travis-ci.org/pelias/config.png?branch=master)](https://travis-ci.org/pelias/config)