Skip to content

Commit

Permalink
Merge pull request #21 from denizzzka/integration_tests
Browse files Browse the repository at this point in the history
dependencies fixed
  • Loading branch information
denizzzka committed Feb 19, 2014
2 parents 036df2b + 98fc561 commit ab110a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dpq2",
"description": "High-level binding to the PostgreSQL database",
"description": "Middle-level binding to the PostgreSQL database",
"homepage": "https://github.com/denizzzka/dpq2",
"license": "Boost",
"authors": [
Expand All @@ -16,7 +16,9 @@
},
{
"name": "dynamic",
"dependencies": {"derelict:pq": "~master"},
"dependencies": {
"derelict-pq": "~master"
},
"versions": ["BINDINGS_DYNAMIC"]
}
]
Expand Down

0 comments on commit ab110a2

Please sign in to comment.