Fix package.json to point to correct starting file

This commit is contained in:
Timothy Warren 2015-12-08 10:53:02 -05:00
parent 77725b894f
commit c4256766ea
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ci-node-query",
"version": "3.0.0",
"version": "3.0.1",
"description": "A query builder for node based on the one in CodeIgniter",
"author": "Timothy J Warren <tim@timshomepage.net>",
"engines": {
@ -31,7 +31,7 @@
"bugs": {
"url": "https://github.com/timw4mail/node-query/issues"
},
"main": "lib/node-query.js",
"main": "lib/NodeQuery.js",
"dependencies": {
"getargs": "",
"mysql": "^2.9.0",