From 6d227a91d8cd5f4c37769f015f7032072ac2ed61 Mon Sep 17 00:00:00 2001 From: Orlando Vazquez Date: Tue, 1 Feb 2011 19:06:24 -0800 Subject: [PATCH] Fix npm misbehaviour with package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1a7f43..e30798a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ { 'type': 'git' , 'url': 'http://github.com/orlandov/node-sqlite.git' } -, 'directories': { 'lib' : '.' } +, 'main': 'sqlite' , 'engines': { 'node' : '>=0.2.0' } , 'scripts': { 'test' : './run-tests', preinstall: 'node-waf configure build' } , 'licenses':