Fix postinstall error.

This commit is contained in:
Nicholas Hubbard
2017-01-14 15:42:29 -05:00
parent 5c4d1c0259
commit f4c8db654c

View File

@@ -5,7 +5,7 @@
"main": "js/electron.js",
"scripts": {
"start": "electron js/electron.js",
"postinstall": "sh installers/postinstall.sh"
"postinstall": "sh installers/postinstall/postinstall.sh"
},
"repository": {
"type": "git",