Skip to content

Commit

Permalink
fix missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
oguh43 committed Jul 21, 2022
1 parent 8fa42a9 commit 6d46167
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 24 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function createWindow() {

win.setTitle('ITkids obedy');
win.loadFile('./index.html');
//win.webContents.openDevTools();
}

app.whenReady().then(createWindow);
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"!**/{package-lock.json,.npmrc,.yarnrc,.yarnclean,.yarn-error.log}",
"!**/*.php"
]
},
"dependencies": {
"request": "^2.88.2"
}
}
Loading

0 comments on commit 6d46167

Please sign in to comment.