Commit 6d227a91 by Orlando Vazquez

Fix npm misbehaviour with package.json

parent 7409927b
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
{ 'type': 'git' { 'type': 'git'
, 'url': 'http://github.com/orlandov/node-sqlite.git' , 'url': 'http://github.com/orlandov/node-sqlite.git'
} }
, 'directories': { 'lib' : '.' } , 'main': 'sqlite'
, 'engines': { 'node' : '>=0.2.0' } , 'engines': { 'node' : '>=0.2.0' }
, 'scripts': { 'test' : './run-tests', preinstall: 'node-waf configure build' } , 'scripts': { 'test' : './run-tests', preinstall: 'node-waf configure build' }
, 'licenses': , 'licenses':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment