Merge pull request #79 from chowey/patch-1
Use `(exit 0)` instead of `true` for windows install support.
This commit is contained in:
commit
d70a9bd06d
@ -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" }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user