File tree Expand file tree Collapse file tree 3 files changed +331
-23
lines changed
Expand file tree Collapse file tree 3 files changed +331
-23
lines changed Original file line number Diff line number Diff line change 22< html >
33 < head >
44 < meta charset ="UTF-8 ">
5- < title > Hello World! </ title >
5+ < title > BPJS Electron </ title >
66
77 < link rel ="stylesheet " href ="node_modules/font-awesome/css/font-awesome.min.css ">
88 < link rel ="stylesheet " href ="node_modules/bulma/css/bulma.css ">
Original file line number Diff line number Diff line change 1212 "lint" : " eslint **/*.js" ,
1313 "inspect-main" : " electron-inspector" ,
1414 "build" : " rollup -c" ,
15+ "package" : " electron-packager . bpjs-electron --no-prune --platform=darwin --arch=x64" ,
1516 "test" : " NODE_ENV=test mocha"
1617 },
1718 "devDependencies" : {
2021 "babel-preset-react" : " ^6.23.0" ,
2122 "babel-register" : " ^6.24.0" ,
2223 "electron" : " ^1.6.2" ,
24+ "electron-packager" : " ^8.7.2" ,
2325 "eslint" : " ^3.19.0" ,
2426 "eslint-config-airbnb" : " ^14.1.0" ,
2527 "eslint-config-prettier" : " ^1.5.0" ,
You can’t perform that action at this time.
0 commit comments