Skip to content

Commit d8f10c4

Browse files
committed
Merge pull request #13 from Glavin001/master
Version bump to 1.1.0 and badges fix.
2 parents d51ed77 + fd15098 commit d8f10c4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
feathers-mongoose-service
1+
[feathers-mongoose-service](https://github.com/feathersjs/feathers-mongoose) [![NPM version](https://badge.fury.io/js/feathers-mongoose-service.png)](http://badge.fury.io/js/feathers-mongoose-service)
22
=========================
33

4-
[![NPM version](https://badge.fury.io/js/feathers-mongoose-service.png)](http://badge.fury.io/js/feathers-mongoose-service)
5-
[![Build Status](https://travis-ci.org/feathersjs/feathers-mongoose-service.png?branch=master)](https://travis-ci.org/feathersjs/feathers-mongoose-service)
4+
[![Build Status](https://travis-ci.org/feathersjs/feathers-mongoose.svg?branch=master)](https://travis-ci.org/feathersjs/feathers-mongoose)
65
[![Code Climate](https://codeclimate.com/github/feathersjs/feathers-mongoose-service.png)](https://codeclimate.com/github/feathersjs/feathers-mongoose-service)
7-
[![Dev Dependencies](https://david-dm.org/feathersjs/feathers-mongoose-service/dev-status.png)](https://david-dm.org/feathersjs/feathers-mongoose-service#info=devDependencies&view=table)
8-
[![Total views](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose-service/counters/views.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose-service)
9-
[![Views in the last 24 hours](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose-service/counters/views-24h.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose-service)
6+
[![Dependency Status](https://david-dm.org/feathersjs/feathers-mongoose.svg)](https://david-dm.org/feathersjs/feathers-mongoose)
7+
[![devDependency Status](https://david-dm.org/feathersjs/feathers-mongoose/dev-status.svg)](https://david-dm.org/feathersjs/feathers-mongoose#info=devDependencies)
8+
[![Total views](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose/counters/views.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose)
9+
[![Views in the last 24 hours](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose/counters/views-24h.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose)
1010

1111
[![NPM](https://nodei.co/npm/feathers-mongoose-service.png?downloads=true&stars=true)](https://nodei.co/npm/feathers-mongoose-service/)
1212

@@ -31,4 +31,4 @@ See the [docs/ directory](https://github.com/feathersjs/feathers-mongoose-servic
3131

3232
## Author
3333

34-
[Glavin Wiechert](https://github.com/Glavin001)
34+
[Glavin Wiechert](https://github.com/Glavin001)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feathers-mongoose-service",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Easily create a Mongoose Service for Featherjs.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)