From 2b2be8310a50c1b98130451ca3e404ed3f5e3e37 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 28 Jan 2015 16:16:42 -0500 Subject: [PATCH] Fix package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b22c862..0fbed84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ci-node-query", - "version": "2.0.2", + "version": "2.1.0", "description": "A query builder for node based on the one in CodeIgniter", "author": "Timothy J Warren ", "engines": { @@ -64,7 +64,7 @@ "mysql", "mysql2", "node-firebird", - "pg", + "pg" ], "license": "MIT", "scripts": {