File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ ##### 1.0.0 - 03 February 2015
2
+
3
+ Stable Version 1.0.0
4
+
1
5
##### 1.0.0-beta.1 - 12 January 2015
2
6
3
7
Now in beta.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-data-rethinkdb" ,
3
3
"description" : " RethinkDB adapter for js-data." ,
4
- "version" : " 1.0.0-beta.1 " ,
4
+ "version" : " 1.0.0" ,
5
5
"homepage" : " http://www.js-data.io/docs/dsrethinkdbadapter" ,
6
6
"repository" : {
7
7
"type" : " git" ,
30
30
"devDependencies" : {
31
31
"chai" : " 1.10.0" ,
32
32
"grunt" : " 0.4.5" ,
33
- "grunt-contrib-jshint" : " 0.10 .0" ,
33
+ "grunt-contrib-jshint" : " 0.11 .0" ,
34
34
"grunt-contrib-watch" : " 0.6.1" ,
35
35
"grunt-karma-coveralls" : " 2.5.3" ,
36
36
"grunt-mocha-test" : " 0.12.6" ,
37
- "jit-grunt" : " 0.9.0 " ,
37
+ "jit-grunt" : " 0.9.1 " ,
38
38
"sinon" : " 1.12.2" ,
39
39
"time-grunt" : " 1.0.0"
40
40
},
41
41
"scripts" : {
42
42
"test" : " grunt test"
43
43
},
44
44
"dependencies" : {
45
- "js-data" : " ^ 1.0.0-beta.1 " ,
45
+ "js-data" : " >= 1.0.0" ,
46
46
"mout" : " 0.11.0" ,
47
- "rethinkdbdash" : " ^ 1.15.x "
47
+ "rethinkdbdash" : " >= 1.15.0 "
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments