File tree 5 files changed +9
-6
lines changed
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
+
1
6
##### 1.0.0 - 17 August 2017
2
7
3
8
Stable 1.0.0 release
Original file line number Diff line number Diff line change 1
1
# People who have contributed to the js-data-mongodb project.
2
2
#
3
- # This file is controlled by scripts/authors.js
4
- #
5
3
# Names should be added to this file as:
6
4
# [commit count] Name <email address>
7
5
9 Cory Robinson <
[email protected] >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A MongoDB adapter for the [JSData Node.js ORM][11].
13
13
14
14
### Installation
15
15
16
- npm install --save js-data js-data-mongodb bson mongodb
16
+ npm install --save js-data js-data-mongodb mongodb bson
17
17
18
18
### Usage
19
19
@@ -66,7 +66,7 @@ Copyright (c) 2014-2017 [js-data-mongodb project authors][18]
66
66
[ 9 ] : https://img.shields.io/codecov/c/github/js-data/js-data-mongodb.svg?style=flat
67
67
[ 10 ] : https://codecov.io/github/js-data/js-data-mongodb
68
68
[ 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
70
70
[ 13 ] : http://api.js-data.io/js-data-mongodb
71
71
[ 14 ] : http://stackoverflow.com/questions/tagged/jsdata
72
72
[ 15 ] : http://slack.js-data.io/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-data-mongodb" ,
3
3
"description" : " MongoDB adapter for js-data." ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"homepage" : " https://github.com/js-data/js-data-mongodb" ,
6
6
"repository" : {
7
7
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default {
6
6
'bson' ,
7
7
'js-data' ,
8
8
'js-data-adapter' ,
9
- 'mout/string/underscore '
9
+ 'lodash.snakecase '
10
10
] ,
11
11
plugins : [
12
12
babel ( {
You can’t perform that action at this time.
0 commit comments