Skip to content

Commit

Permalink
Fix npm misbehaviour with package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandov committed Feb 2, 2011
1 parent 7409927 commit 6d227a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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':
Expand Down

0 comments on commit 6d227a9

Please sign in to comment.