Skip to content

Commit

Permalink
Move to @serviejs org
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed May 8, 2017
1 parent ceff2bd commit 3bb6812
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Servie Route

[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![NPM version](https://img.shields.io/npm/v/servie-route.svg?style=flat)](https://npmjs.org/package/servie-route)
[![NPM downloads](https://img.shields.io/npm/dm/servie-route.svg?style=flat)](https://npmjs.org/package/servie-route)
[![Build status](https://img.shields.io/travis/serviejs/servie-route.svg?style=flat)](https://travis-ci.org/serviejs/servie-route)
[![Test coverage](https://img.shields.io/coveralls/serviejs/servie-route.svg?style=flat)](https://coveralls.io/r/serviejs/servie-route?branch=master)

> Simple route middleware for Servie.
Expand Down Expand Up @@ -41,13 +41,4 @@ This project is written using [TypeScript](https://github.com/Microsoft/TypeScri

## License

MIT

[npm-image]: https://img.shields.io/npm/v/servie-route.svg?style=flat
[npm-url]: https://npmjs.org/package/servie-route
[downloads-image]: https://img.shields.io/npm/dm/servie-route.svg?style=flat
[downloads-url]: https://npmjs.org/package/servie-route
[travis-image]: https://img.shields.io/travis/blakeembrey/node-servie-route.svg?style=flat
[travis-url]: https://travis-ci.org/blakeembrey/node-servie-route
[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/node-servie-route.svg?style=flat
[coveralls-url]: https://coveralls.io/r/blakeembrey/node-servie-route?branch=master
Apache 2.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/node-servie-route.git"
"url": "git://github.com/serviejs/servie-route.git"
},
"keywords": [
"servie",
Expand All @@ -36,9 +36,9 @@
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/blakeembrey/node-servie-route/issues"
"url": "https://github.com/serviejs/servie-route/issues"
},
"homepage": "https://github.com/blakeembrey/node-servie-route",
"homepage": "https://github.com/serviejs/servie-route",
"devDependencies": {
"jest": "^19.0.0",
"rimraf": "^2.5.4",
Expand Down

0 comments on commit 3bb6812

Please sign in to comment.