add some preinstall/postinstall scripts

This commit is contained in:
AJ ONeal 2019-08-10 01:45:31 -06:00
джерело b4b4b68bac
коміт da440ce000
1 змінених файлів з 2 додано та 0 видалено

@ -13,6 +13,8 @@
"telebitd": "bin/telebitd.js"
},
"scripts": {
"preinstall": "node scripts/preinstall.js",
"postinstall": "node scripts/postinstall.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {