1
2
Fork 1

add some preinstall/postinstall scripts

Dieser Commit ist enthalten in:
AJ ONeal 2019-08-10 01:45:31 -06:00
Ursprung b4b4b68bac
Commit da440ce000
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -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": {