File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ node_js:
12
12
- " 8"
13
13
before_install :
14
14
- yarn global add greenkeeper-lockfile@1
15
- - yarn add mongoose
16
- before_script : greenkeeper-lockfile-update
15
+ before_script :
16
+ - greenkeeper-lockfile-update
17
+ - yarn add --peer mongoose
17
18
after_script : greenkeeper-lockfile-upload
18
19
script :
19
20
- yarn run test
Original file line number Diff line number Diff line change 1
1
# mongoose-history-diff :rocket : :fire :
2
2
3
+ [ ![ travis build] ( https://img.shields.io/travis/FrankAst/mongoose-history-diff.svg )] ( https://travis-ci.org/FrankAst/mongoose-history-diff )
4
+ [ ![ codecov coverage] ( https://img.shields.io/codecov/c/github/FrankAst/mongoose-history-diff.svg )] ( https://codecov.io/github/FrankAst/mongoose-history-diff )
5
+ [ ![ ] ( https://img.shields.io/npm/v/mongoose-history-diff.svg )] ( https://www.npmjs.com/package/@frankast/mongoose-history-diff )
6
+ [ ![ npm] ( https://img.shields.io/npm/dt/mongoose-history-diff.svg )] ( http://www.npmtrends.com/mongoose-history-diff )
7
+ [ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
8
+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/FrankAst/mongoose-history-diff.svg )] ( https://greenkeeper.io/ )
9
+ [ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
10
+
3
11
4
12
This is a [ mongoose] ( https://mongoosejs.com/ ) plugin for tracking history and differences of your docs.
5
13
You can’t perform that action at this time.
0 commit comments