File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ node_js:
1212 - " 8"
1313before_install :
1414 - 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
1718after_script : greenkeeper-lockfile-upload
1819script :
1920 - yarn run test
Original file line number Diff line number Diff line change 11# mongoose-history-diff :rocket : :fire :
22
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+
311
412This is a [ mongoose] ( https://mongoosejs.com/ ) plugin for tracking history and differences of your docs.
513
You can’t perform that action at this time.
0 commit comments