Merge pull request #79 from chowey/patch-1

Use `(exit 0)` instead of `true` for windows install support.
This commit is contained in:
Brian Carlson 2011-12-12 08:52:20 -08:00
commit d70a9bd06d

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" }
}