Skip to content

Commit ed17bb6

Browse files
committed
Move repo to @serviejs org
1 parent 10c0896 commit ed17bb6

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Servie Mount
22

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

88
> Mount Servie middleware on a prefix.
99
@@ -39,13 +39,4 @@ This project is written using [TypeScript](https://github.com/Microsoft/TypeScri
3939

4040
## License
4141

42-
MIT
43-
44-
[npm-image]: https://img.shields.io/npm/v/servie-mount.svg?style=flat
45-
[npm-url]: https://npmjs.org/package/servie-mount
46-
[downloads-image]: https://img.shields.io/npm/dm/servie-mount.svg?style=flat
47-
[downloads-url]: https://npmjs.org/package/servie-mount
48-
[travis-image]: https://img.shields.io/travis/blakeembrey/node-servie-mount.svg?style=flat
49-
[travis-url]: https://travis-ci.org/blakeembrey/node-servie-mount
50-
[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/node-servie-mount.svg?style=flat
51-
[coveralls-url]: https://coveralls.io/r/blakeembrey/node-servie-mount?branch=master
42+
Apache 2.0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git://github.com/blakeembrey/node-servie-mount.git"
19+
"url": "git://github.com/serviejs/servie-mount.git"
2020
},
2121
"keywords": [
2222
"servie",
@@ -33,9 +33,9 @@
3333
},
3434
"license": "Apache-2.0",
3535
"bugs": {
36-
"url": "https://github.com/blakeembrey/node-servie-mount/issues"
36+
"url": "https://github.com/serviejs/servie-mount/issues"
3737
},
38-
"homepage": "https://github.com/blakeembrey/node-servie-mount",
38+
"homepage": "https://github.com/serviejs/servie-mount",
3939
"devDependencies": {
4040
"jest": "^18.1.0",
4141
"rimraf": "^2.5.4",

0 commit comments

Comments
 (0)