Skip to content

Commit

Permalink
Merge pull request #193 from ideal-postcodes/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 馃尨
  • Loading branch information
cblanc committed Jun 8, 2018
2 parents 4cf0537 + fe85b7e commit 7cb3b89
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Postcodes.io [![CircleCI](https://circleci.com/gh/ideal-postcodes/postcodes.io/tree/master.svg?style=svg)](https://circleci.com/gh/ideal-postcodes/postcodes.io/tree/master) [![Coverage Status](https://coveralls.io/repos/github/ideal-postcodes/postcodes.io/badge.svg?branch=master)](https://coveralls.io/github/ideal-postcodes/postcodes.io?branch=master)
# Postcodes.io [![CircleCI](https://circleci.com/gh/ideal-postcodes/postcodes.io/tree/master.svg?style=svg)](https://circleci.com/gh/ideal-postcodes/postcodes.io/tree/master) [![Coverage Status](https://coveralls.io/repos/github/ideal-postcodes/postcodes.io/badge.svg?branch=master)](https://coveralls.io/github/ideal-postcodes/postcodes.io?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/ideal-postcodes/postcodes.io.svg)](https://greenkeeper.io/)

Query for UK postcodes and geolocations over HTTP. Postcodes.io uses the Office for National Statistics Postcode Directory.

Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -50,39 +50,39 @@
]
},
"dependencies": {
"async": "~2.5.0",
"async": "~2.6.1",
"body-parser": "~1.18.2",
"bunyan": "~1.8.5",
"commonlog-bunyan": "~0.4.3",
"cors": "~2.8.1",
"csv": "~1.1.0",
"csv-parse": "~1.2.0",
"csv-parse": "~2.4.1",
"ejs": "https://registry.npmjs.org/ejs/-/ejs-2.5.7.tgz",
"escape-string-regexp": "~1.0.5",
"express": "~4.16.0",
"minimist": "~1.2.0",
"morgan": "~1.9.0",
"node.extend": "~2.0.0",
"ospoint": "~0.2.0",
"pg": "~7.3.0",
"pg": "~7.4.3",
"pg-copy-streams": "~1.2.0",
"pg-query-stream": "~1.1.0",
"pmx": "~1.5.4",
"pmx": "~1.6.4",
"postcode": "~0.2.5",
"prompt": "~0.2.14",
"prompt": "~1.0.0",
"random-string": "~0.2.0",
"serve-favicon": "~2.4.0",
"serve-favicon": "~2.5.0",
"string": "~3.3.1"
},
"devDependencies": {
"chai": "~4.1.0",
"coveralls": "~2.13.2",
"coveralls": "~3.0.1",
"ejs-cli": "~2.0.0",
"jshint": "~2.9.4",
"mocha": "~3.5.3",
"mocha": "~5.2.0",
"mocha-lcov-reporter": "~1.3.0",
"nyc": "~11.2.1",
"supertest": "~3.0.0"
"nyc": "~12.0.2",
"supertest": "~3.1.0"
},
"greenkeeper": {
"ignore": [
Expand Down

0 comments on commit 7cb3b89

Please sign in to comment.