1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

clean up code

This commit is contained in:
Rokt33r
2015-12-22 11:04:45 +09:00
parent 2afd7e3687
commit 2ffe4ba70b
2 changed files with 2 additions and 1 deletions

View File

@@ -56,5 +56,6 @@ function emitToFinder (type, data) {
type: type,
data: data
}
nodeIpc.server.broadcast('message', payload)
}

View File

@@ -6,7 +6,7 @@
"scripts": {
"start": "electron ./index.js",
"hot": "electron ./index.js --hot",
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js"
},
"config": {
"electron-version": "0.35.4"