Skip to content

Commit

Permalink
Update repository location (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Oct 25, 2017
1 parent 4354c39 commit b996598
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# feathers-knex

[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/feathers-knex.svg)](https://greenkeeper.io/)
[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs-ecosystem/feathers-knex.svg)](https://greenkeeper.io/)

[![Build Status](https://travis-ci.org/feathersjs/feathers-knex.png?branch=master)](https://travis-ci.org/feathersjs/feathers-knex)
[![Code Climate](https://codeclimate.com/github/feathersjs/feathers-knex.png)](https://codeclimate.com/github/feathersjs/feathers-knex)
[![Test Coverage](https://codeclimate.com/github/feathersjs/feathers-knex/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/feathers-knex/coverage)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers-knex.svg?style=flat-square)](https://david-dm.org/feathersjs/feathers-knex)
[![Build Status](https://travis-ci.org/feathersjs-ecosystem/feathers-knex.png?branch=master)](https://travis-ci.org/feathersjs-ecosystem/feathers-knex)
[![Code Climate](https://codeclimate.com/github/feathersjs-ecosystem/feathers-knex.png)](https://codeclimate.com/github/feathersjs-ecosystem/feathers-knex)
[![Test Coverage](https://codeclimate.com/github/feathersjs-ecosystem/feathers-knex/badges/coverage.svg)](https://codeclimate.com/github/feathersjs-ecosystem/feathers-knex/coverage)
[![Dependency Status](https://img.shields.io/david/feathersjs-ecosystem/feathers-knex.svg?style=flat-square)](https://david-dm.org/feathersjs-ecosystem/feathers-knex)
[![Download Status](https://img.shields.io/npm/dm/feathers-knex.svg?style=flat-square)](https://www.npmjs.com/package/feathers-knex)
[![Slack Status](http://slack.feathersjs.com/badge.svg)](http://slack.feathersjs.com)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "feathers-knex",
"description": "A service plugin for KnexJS a query builder for PostgreSQL, MySQL and SQLite3",
"version": "2.9.0",
"homepage": "https://github.com/feathersjs/feathers-knex",
"homepage": "https://github.com/feathersjs-ecosystem/feathers-knex",
"keywords": [
"feathers",
"feathers-plugin"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/feathersjs/feathers-knex/blob/master/LICENSE"
"url": "https://github.com/feathersjs-ecosystem/feathers-knex/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers-knex.git"
"url": "git://github.com/feathersjs-ecosystem/feathers-knex.git"
},
"author": {
"name": "Feathers contributors",
Expand All @@ -24,7 +24,7 @@
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/feathers-knex/issues"
"url": "https://github.com/feathersjs-ecosystem/feathers-knex/issues"
},
"engines": {
"node": ">= 4"
Expand Down

0 comments on commit b996598

Please sign in to comment.