diff options
-rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index a62d736..ef4e208 100644 --- a/package.json +++ b/package.json @@ -2,5 +2,9 @@ "gypfile": true, "main": "index.js", "name": "winutils", - "version": "1.0.0" + "version": "1.0.0", + "scripts": { + "install": "node-gyp rebuild || true", + "test": "node index.js" + } } |