Skip to content

Commit e2fb285

Browse files
committed
Merge branch 'develop'
2 parents 1c0c2bc + a006e90 commit e2fb285

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ catch(err){
8888

8989
[npm-image]: https://img.shields.io/npm/v/rsql-mongodb.svg
9090
[npm-url]: https://npmjs.org/package/rsql-mongodb
91-
[build-image]: https://img.shields.io/appveyor/ci/Fizcko/rsql-mongodb/master.svg
92-
[build-url]: https://ci.appveyor.com/project/dougwilson/express
93-
[coveralls-image]: https://img.shields.io/coveralls/Fizcko/rsql-mongodb/master.svg
94-
[coveralls-url]: https://coveralls.io/r/Fizcko/rsql-mongodb?branch=master
91+
[build-image]: https://travis-ci.org/Fizcko/rsql-mongodb.svg?branch=master
92+
[build-url]: https://travis-ci.org/Fizcko/rsql-mongodb
93+
[coveralls-image]: https://coveralls.io/repos/github/Fizcko/rsql-mongodb/badge.svg?branch=master
94+
[coveralls-url]: https://coveralls.io/github/Fizcko/rsql-mongodb?branch=master

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rsql-mongodb",
3-
"version": "1.1.4",
3+
"version": "1.1.6",
44
"description": "Converting RSQL queries to MongoDB queries",
55
"main": "rsql-mongodb.js",
66
"typings": "rsql-mongodb.ts",
@@ -31,7 +31,8 @@
3131
"parser",
3232
"search",
3333
"query",
34-
"rest"
34+
"rest",
35+
"restful"
3536
],
3637
"devDependencies": {
3738
"chai": "4.2.0",

0 commit comments

Comments
 (0)