1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-17 03:31:52 +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, type: type,
data: data data: data
} }
nodeIpc.server.broadcast('message', payload) nodeIpc.server.broadcast('message', payload)
} }

View File

@@ -6,7 +6,7 @@
"scripts": { "scripts": {
"start": "electron ./index.js", "start": "electron ./index.js",
"hot": "electron ./index.js --hot", "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": { "config": {
"electron-version": "0.35.4" "electron-version": "0.35.4"