From 762a0769822d60440e91bba6741c76b123c6f59f Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Sat, 19 May 2018 15:24:38 -0400 Subject: [PATCH 1/4] Change author --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6f9a68..e3be56b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pelias-model", "version": "0.0.0-development", - "author": "mapzen", + "author": "pelias", "description": "Pelias data models", "homepage": "https://github.com/pelias/model", "license": "MIT", From 383a99a64deb9ec581019c6bf832264c4b1a6385 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Sat, 19 May 2018 15:25:23 -0400 Subject: [PATCH 2/4] Remove NPM check --- package.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e3be56b..13dbc83 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,9 @@ "scripts": { "units": "node test/run.js | tap-spec", "test": "npm run units", - "travis": "npm run check-dependencies && npm test", + "travis": "npm test", "lint": "jshint .", - "validate": "npm ls", - "check-dependencies": "node_modules/.bin/npm-check --production" + "validate": "npm ls" }, "repository": { "type": "git", @@ -36,7 +35,6 @@ }, "devDependencies": { "event-stream": "^3.3.2", - "npm-check": "git://github.com/orangejulius/npm-check.git#disable-update-check", "precommit-hook": "^3.0.0", "proxyquire": "^2.0.0", "semantic-release": "^15.0.0", @@ -46,8 +44,7 @@ "pre-commit": [ "lint", "validate", - "test", - "check-dependencies" + "test" ], "release": { "success": [] From d951dc48bc8e85367b3ee5fee7134160f725f933 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Sat, 19 May 2018 15:26:28 -0400 Subject: [PATCH 3/4] feat: Add readme header and description --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 64adc03..886a0d7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +>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 Model + +This package stores a definition of our standard data model. It allows for a common format for geographic records across multiple databases and other packages. + ## Installation ```bash From 8760b1e1ef2fd8a9e48c4f293f2e6e6723824866 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Sat, 19 May 2018 15:34:34 -0400 Subject: [PATCH 4/4] 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: