Fix package.json

This commit is contained in:
Timothy Warren 2015-01-28 16:16:42 -05:00
parent 512a31ba95
commit 2b2be8310a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "ci-node-query", "name": "ci-node-query",
"version": "2.0.2", "version": "2.1.0",
"description": "A query builder for node based on the one in CodeIgniter", "description": "A query builder for node based on the one in CodeIgniter",
"author": "Timothy J Warren <tim@timshomepage.net>", "author": "Timothy J Warren <tim@timshomepage.net>",
"engines": { "engines": {
@ -64,7 +64,7 @@
"mysql", "mysql",
"mysql2", "mysql2",
"node-firebird", "node-firebird",
"pg", "pg"
], ],
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {