add some preinstall/postinstall scripts

Этот коммит содержится в:
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": {