File tree Expand file tree Collapse file tree 3 files changed +44
-41
lines changed Expand file tree Collapse file tree 3 files changed +44
-41
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "glob" : [" *.coffee" , " README.md" ]
3
- ,"repository-url" : " https://github.com/rethinkdb/rethinkdb.git"
2
+ "glob" : [
3
+ " *.coffee" ,
4
+ " README.md"
5
+ ],
6
+ "repository-url" : " https://github.com/rethinkdb/rethinkdb.git"
4
7
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" :" rethinkdb" ,
3
- "version" :" 2.3.1" ,
4
- "main" :" rethinkdb" ,
5
- "description" :" This package provides the JavaScript driver library for the RethinkDB database server for use in your node application." ,
6
- "keywords" :[
7
- " database" ,
8
- " NoSQL" ,
9
- " reql" ,
10
- " query language"
11
- ],
12
- "homepage" :" http://rethinkdb.com" ,
13
- "bugs" :{
14
- "url" :" http://github.com/rethinkdb/rethinkdb/issues" ,
15
- "email" :" bugs@rethinkdb.com"
16
- },
17
- "files" :[
18
- " rethinkdb.js" ,
19
- " ast.js" ,
20
- " net.js" ,
21
- " util.js" ,
22
- " errors.js" ,
23
- " cursor.js" ,
24
- " README.md" ,
25
- " proto-def.js"
26
- ],
27
- "repository" :{
28
- "type" :" git" ,
29
- "url" :" http://github.com/rethinkdb/rethinkdb.git"
30
- },
31
- "engines" :{
32
- "node" :" >= 0.10.0"
33
- },
34
- "dependencies" :{
35
- "bluebird" :" >= 2.3.2 < 3 "
36
- }
37
- }
2
+ "name" : " rethinkdb" ,
3
+ "version" : " 2.3.1" ,
4
+ "main" : " rethinkdb" ,
5
+ "description" : " This package provides the JavaScript driver library for the RethinkDB database server for use in your node application." ,
6
+ "keywords" : [
7
+ " database" ,
8
+ " NoSQL" ,
9
+ " reql" ,
10
+ " query language"
11
+ ],
12
+ "homepage" : " http://rethinkdb.com" ,
13
+ "bugs" : {
14
+ "url" : " http://github.com/rethinkdb/rethinkdb/issues" ,
15
+ "email" : " bugs@rethinkdb.com"
16
+ },
17
+ "files" : [
18
+ " rethinkdb.js" ,
19
+ " ast.js" ,
20
+ " net.js" ,
21
+ " util.js" ,
22
+ " errors.js" ,
23
+ " cursor.js" ,
24
+ " README.md" ,
25
+ " proto-def.js"
26
+ ],
27
+ "repository" : {
28
+ "type" : " git" ,
29
+ "url" : " http://github.com/rethinkdb/rethinkdb.git"
30
+ },
31
+ "engines" : {
32
+ "node" : " >= 0.10.0"
33
+ },
34
+ "dependencies" : {
35
+ "bluebird" : " ^3.5.1 "
36
+ }
37
+ }
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " bluebird@>= 2.3.2 < 3 " :
6
- version "2.11.0 "
7
- resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0 .tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1 "
5
+ bluebird@^3.5.1 :
6
+ version "3.5.1 "
7
+ resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1 .tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9 "
You can’t perform that action at this time.
0 commit comments