File tree Expand file tree Collapse file tree 2 files changed +8
-17
lines changed Expand file tree Collapse file tree 2 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 1
1
# Servie Mount
2
2
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 )
7
7
8
8
> Mount Servie middleware on a prefix.
9
9
@@ -39,13 +39,4 @@ This project is written using [TypeScript](https://github.com/Microsoft/TypeScri
39
39
40
40
## License
41
41
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
Original file line number Diff line number Diff line change 16
16
},
17
17
"repository" : {
18
18
"type" : " git" ,
19
- "url" : " git://github.com/blakeembrey/node- servie-mount.git"
19
+ "url" : " git://github.com/serviejs/ servie-mount.git"
20
20
},
21
21
"keywords" : [
22
22
" servie" ,
33
33
},
34
34
"license" : " Apache-2.0" ,
35
35
"bugs" : {
36
- "url" : " https://github.com/blakeembrey/node- servie-mount/issues"
36
+ "url" : " https://github.com/serviejs/ servie-mount/issues"
37
37
},
38
- "homepage" : " https://github.com/blakeembrey/node- servie-mount" ,
38
+ "homepage" : " https://github.com/serviejs/ servie-mount" ,
39
39
"devDependencies" : {
40
40
"jest" : " ^18.1.0" ,
41
41
"rimraf" : " ^2.5.4" ,
You can’t perform that action at this time.
0 commit comments