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 2
2
< html >
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
- < title > Hello World! </ title >
5
+ < title > BPJS Electron </ title >
6
6
7
7
< link rel ="stylesheet " href ="node_modules/font-awesome/css/font-awesome.min.css ">
8
8
< link rel ="stylesheet " href ="node_modules/bulma/css/bulma.css ">
Original file line number Diff line number Diff line change 12
12
"lint" : " eslint **/*.js" ,
13
13
"inspect-main" : " electron-inspector" ,
14
14
"build" : " rollup -c" ,
15
+ "package" : " electron-packager . bpjs-electron --no-prune --platform=darwin --arch=x64" ,
15
16
"test" : " NODE_ENV=test mocha"
16
17
},
17
18
"devDependencies" : {
20
21
"babel-preset-react" : " ^6.23.0" ,
21
22
"babel-register" : " ^6.24.0" ,
22
23
"electron" : " ^1.6.2" ,
24
+ "electron-packager" : " ^8.7.2" ,
23
25
"eslint" : " ^3.19.0" ,
24
26
"eslint-config-airbnb" : " ^14.1.0" ,
25
27
"eslint-config-prettier" : " ^1.5.0" ,
You can’t perform that action at this time.
0 commit comments