Skip to content

Commit 52536ea

Browse files
committed
Set mocha version
1 parent d4f015c commit 52536ea

File tree

3 files changed

+56
-653
lines changed

3 files changed

+56
-653
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Mongoose Delete Plugin
44
mongoose-delete is simple and lightweight plugin that enables soft deletion of documents in MongoDB. This code is based on [riyadhalnur's](https://github.com/riyadhalnur) plugin [mongoose-softdelete](https://github.com/riyadhalnur/mongoose-softdelete).
55

66
[![Build Status](https://travis-ci.org/dsanel/mongoose-delete.svg?branch=master)](https://travis-ci.org/dsanel/mongoose-delete)
7-
[![Coverage Status](https://coveralls.io/repos/github/dsanel/mongoose-delete/badge.svg?branch=master&version=new)](https://coveralls.io/github/dsanel/mongoose-delete?branch=master)
87

98
## Features
109
- [Add __delete()__ method on document (do not override standard __remove()__ method)](#simple-usage)

0 commit comments

Comments
 (0)