Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
viveleroi committed Jan 24, 2018
1 parent 2b364b4 commit e62c915
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 1,550 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "9"
before_install:
- yarn install mongoose
services:
- mongodb
- mongodb
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Yarn: `yarn add mongoose-unique-validator`

NPM: `npm install --save mongoose-unique-validator`

Then, simply apply the plugin to your schema:
Then, apply the plugin to your schema:

```js
var mongoose = require('mongoose');
Expand Down
Loading

0 comments on commit e62c915

Please sign in to comment.