Use (exit 0) instead of true for windows install support.

Fixes issue #72.
This commit is contained in:
Cameron Howey 2011-12-11 15:08:42 -05:00
parent 2933bdd2cb
commit 6e0434062e

View File

@ -14,7 +14,7 @@
},
"scripts" : {
"test" : "make test",
"install" : "node-waf configure build || true"
"install" : "node-waf configure build || (exit 0)"
},
"engines" : { "node": ">= 0.4.0" }
}