Skip to content

Commit 02ba909

Browse files
authored
Update package json and bump version number (#6807)
* Update package json and bump version number * Use "bluebird": "^3.5.1"
1 parent 3c5812e commit 02ba909

File tree

1 file changed

+21
-35
lines changed

1 file changed

+21
-35
lines changed

package.json

Lines changed: 21 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,23 @@
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": "^3.5.1"
36-
}
2+
"name": "rethinkdb",
3+
"version": "2.4.0",
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": ["database", "NoSQL", "reql", "query language"],
7+
"homepage": "https://rethinkdb.com",
8+
"bugs": {
9+
"url": "https://github.com/rethinkdb/rethinkdb/issues",
10+
"email": "gabor.brs@gmail.com"
11+
},
12+
"files": ["rethinkdb.js", "ast.js", "net.js", "util.js", "errors.js", "cursor.js", "README.md", "proto-def.js"],
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/rethinkdb/rethinkdb.git"
16+
},
17+
"engines": {
18+
"node": ">= 0.10.0"
19+
},
20+
"dependencies": {
21+
"bluebird": "^3.5.1"
22+
}
3723
}

0 commit comments

Comments
 (0)