add build scripts back

This commit is contained in:
evgeny 2016-09-17 15:10:51 +03:00
parent 5c92afe26a
commit a68c68ec0e

View File

@ -7,5 +7,9 @@
"optionalDependencies": {}, "optionalDependencies": {},
"private": true, "private": true,
"readme": "ERROR: No README data found!", "readme": "ERROR: No README data found!",
"scripts": {
"install": "node-gyp rebuild",
"test": "node index.js"
},
"version": "1.0.0" "version": "1.0.0"
} }