mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-27 15:47:15 +00:00
Use browser target dist of react stuff
for faster compile
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"name": "boost",
|
||||
"version": "0.5.9",
|
||||
"version": "0.6.0",
|
||||
"description": "Boostnote",
|
||||
"main": "index.js",
|
||||
"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",
|
||||
"postinstall": "grunt copy"
|
||||
},
|
||||
"config": {
|
||||
"electron-version": "0.36.11"
|
||||
|
||||
Reference in New Issue
Block a user