Fix npm run watch not working in OS X

electron-connect 0.4.4 causes `The application has become unresponsive.`
This commit is contained in:
Yuya Ochiai
2016-08-26 23:40:26 +09:00
parent 70a7d4e87e
commit 538ebe705a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"electron-connect": "^0.4.4"
"electron-connect": "~0.3.9"
},
"dependencies": {
"auto-launch": "^2.1.0",