Skip to content

Commit 7668ec0

Browse files
iamclaytonraysrh
authored andcommitted
Update bluebird and reformat .groc.json
1 parent 498fc2c commit 7668ec0

File tree

3 files changed

+44
-41
lines changed

3 files changed

+44
-41
lines changed

.groc.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
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"
47
}

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
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+
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# yarn lockfile v1
33

44

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"

0 commit comments

Comments
 (0)