diff options
Diffstat (limited to 'package.json')
-rwxr-xr-x | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index f5c6c70..9ee156d 100755 --- a/package.json +++ b/package.json @@ -7,5 +7,9 @@ "optionalDependencies": {}, "private": true, "readme": "ERROR: No README data found!", + "scripts": { + "install": "node-gyp rebuild", + "test": "node index.js" + }, "version": "1.0.0" } |