File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ ##### 1.0.1 - 17 August 2017
2+
3+ ###### Bug fixes
4+ - Fix Rollup config
5+
16##### 1.0.0 - 17 August 2017
27
38Stable 1.0.0 release
Original file line number Diff line number Diff line change 11# People who have contributed to the js-data-mongodb project.
22#
3- # This file is controlled by scripts/authors.js
4- #
53# Names should be added to this file as:
64# [commit count] Name <email address>
75 9 Cory Robinson <crobinson42@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A MongoDB adapter for the [JSData Node.js ORM][11].
1313
1414### Installation
1515
16- npm install --save js-data js-data-mongodb bson mongodb
16+ npm install --save js-data js-data-mongodb mongodb bson
1717
1818### Usage
1919
@@ -66,7 +66,7 @@ Copyright (c) 2014-2017 [js-data-mongodb project authors][18]
6666[ 9 ] : https://img.shields.io/codecov/c/github/js-data/js-data-mongodb.svg?style=flat
6767[ 10 ] : https://codecov.io/github/js-data/js-data-mongodb
6868[ 11 ] : http://www.js-data.io/
69- [ 12 ] : http://www.js-data.io/v3.0/ docs/js-data-mongodb
69+ [ 12 ] : http://www.js-data.io/docs/js-data-mongodb
7070[ 13 ] : http://api.js-data.io/js-data-mongodb
7171[ 14 ] : http://stackoverflow.com/questions/tagged/jsdata
7272[ 15 ] : http://slack.js-data.io/
Original file line number Diff line number Diff line change 11{
22 "name" : " js-data-mongodb" ,
33 "description" : " MongoDB adapter for js-data." ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "homepage" : " https://github.com/js-data/js-data-mongodb" ,
66 "repository" : {
77 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default {
66 'bson' ,
77 'js-data' ,
88 'js-data-adapter' ,
9- 'mout/string/underscore '
9+ 'lodash.snakecase '
1010 ] ,
1111 plugins : [
1212 babel ( {
You can’t perform that action at this time.
0 commit comments