Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "mong", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Lightweight models for mongodb objects", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
@@ -1,4 +0,9 @@ | ||
mongomodel | ||
========== | ||
# mong | ||
[![NPM Version](https://img.shields.io/npm/v/mong.svg)](https://www.npmjs.com/package/mong) | ||
[![Build Status](https://img.shields.io/travis/aantthony/mong/master.svg)](https://travis-ci.org/aantthony/mong) | ||
[![Coverage Status](https://img.shields.io/coveralls/aantthony/mong/master.svg)](https://coveralls.io/r/aantthony/mong?branch=master) | ||
[![NPM Downloads](https://img.shields.io/npm/dm/mong.svg)](https://www.npmjs.com/package/mong) | ||
[![License](https://img.shields.io/npm/l/mong.svg)](https://www.npmjs.com/package/mong) | ||
Simple models for mongodb objects. | ||
@@ -8,3 +13,3 @@ | ||
### Creating a collection class | ||
## Creating a collection class | ||
@@ -22,3 +27,3 @@ ```javascript | ||
Then you can use the model like so: | ||
Then you can use the model: | ||
@@ -44,4 +49,1 @@ ```javascript | ||
``` | ||
[![Build Status](https://travis-ci.org/aantthony/mong.png?branch=master)](https://travis-ci.org/aantthony/mong) [![Coverage Status](https://coveralls.io/repos/aantthony/mong/badge.png?branch=master)](https://coveralls.io/r/aantthony/mong?branch=master) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18626
47