Skip to content

Commit e85a13d

Browse files
committed
Move to @serviejs org
1 parent 5486a6f commit e85a13d

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Servie Http
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-http.svg?style=flat)](https://npmjs.org/package/servie-http)
4+
[![NPM downloads](https://img.shields.io/npm/dm/servie-http.svg?style=flat)](https://npmjs.org/package/servie-http)
5+
[![Build status](https://img.shields.io/travis/serviejs/servie-http.svg?style=flat)](https://travis-ci.org/serviejs/servie-http)
6+
[![Test coverage](https://img.shields.io/coveralls/serviejs/servie-http.svg?style=flat)](https://coveralls.io/r/serviejs/servie-http?branch=master)
77

88
> Servie transport for HTTP(s).
99
@@ -34,12 +34,3 @@ This project is written using [TypeScript](https://github.com/Microsoft/TypeScri
3434
## License
3535
3636
Apache 2.0
37-
38-
[npm-image]: https://img.shields.io/npm/v/servie-http.svg?style=flat
39-
[npm-url]: https://npmjs.org/package/servie-http
40-
[downloads-image]: https://img.shields.io/npm/dm/servie-http.svg?style=flat
41-
[downloads-url]: https://npmjs.org/package/servie-http
42-
[travis-image]: https://img.shields.io/travis/blakeembrey/node-servie-http.svg?style=flat
43-
[travis-url]: https://travis-ci.org/blakeembrey/node-servie-http
44-
[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/node-servie-http.svg?style=flat
45-
[coveralls-url]: https://coveralls.io/r/blakeembrey/node-servie-http?branch=master

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-http.git"
19+
"url": "git://github.com/serviejs/servie-http.git"
2020
},
2121
"keywords": [
2222
"servie",
@@ -32,9 +32,9 @@
3232
},
3333
"license": "Apache-2.0",
3434
"bugs": {
35-
"url": "https://github.com/blakeembrey/node-servie-http/issues"
35+
"url": "https://github.com/serviejs/servie-http/issues"
3636
},
37-
"homepage": "https://github.com/blakeembrey/node-servie-http",
37+
"homepage": "https://github.com/serviejs/servie-http",
3838
"jest": {
3939
"testEnvironment": "node",
4040
"transform": {

0 commit comments

Comments
 (0)