Skip to content

Commit

Permalink
update to latest DataStax driver
Browse files Browse the repository at this point in the history
  • Loading branch information
scommisso committed Jan 26, 2015
1 parent c7e0f3f commit bb00844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "priam",
"version": "1.1.2",
"version": "1.1.3",
"description": "A simple Cassandra driver. It wraps the helenus and cassandra-driver Cassandra drivers with additional error/retry handling, external .cql file support, and connection option resolution from an external source, query composition, among other improvements.",
"keywords": [
"cassandra",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"async": "~0.9.0",
"cassandra-driver": "~1.0.2",
"cassandra-driver": "~1.0.3",
"helenus": "~0.6.10",
"isstream": "~0.1.1",
"lodash": "~2.4.1",
Expand Down

0 comments on commit bb00844

Please sign in to comment.