mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 03:31:52 +00:00
clean up code
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user