diff options
-rwxr-xr-x | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9ee156d..404990d 100755 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "private": true, "readme": "ERROR: No README data found!", "scripts": { - "install": "node-gyp rebuild", + "install": "node-gyp rebuild || true", "test": "node index.js" }, "version": "1.0.0" |