Skip to content

Commit

Permalink
Allow patched versions of couchbase, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldmountain committed Dec 20, 2016
1 parent dc3880d commit 38b0d32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ xunit.xml
tmp/
logs/
reports/
.vscode

npm-debug.log
node_modules/
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catbox-couchbase",
"version": "2.2.4",
"version": "2.2.5",
"description": "Couchbase adapter for catbox",
"keywords": [
"couchbase",
Expand All @@ -27,7 +27,11 @@
"contributors": [
{
"name": "cmfatih",
"url": "http://github.com/cmfatih"
"url": "https://github.com/cmfatih"
},
{
"name": "baldmountain",
"url": "https://github.com/baldmountain"
}
],
"main": "./index.js",
Expand All @@ -43,7 +47,7 @@
"node": ">=0.10.0"
},
"dependencies": {
"couchbase": "2.2.3"
"couchbase": "2.2.x"
},
"devDependencies": {
"chai": "3.3.x",
Expand Down

0 comments on commit 38b0d32

Please sign in to comment.