Fix package.json to point to correct starting file
This commit is contained in:
parent
77725b894f
commit
c4256766ea
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ci-node-query",
|
"name": "ci-node-query",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"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": {
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/timw4mail/node-query/issues"
|
"url": "https://github.com/timw4mail/node-query/issues"
|
||||||
},
|
},
|
||||||
"main": "lib/node-query.js",
|
"main": "lib/NodeQuery.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"getargs": "",
|
"getargs": "",
|
||||||
"mysql": "^2.9.0",
|
"mysql": "^2.9.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user