Skip to content

Commit

Permalink
Upgrade minimist
Browse files Browse the repository at this point in the history
  • Loading branch information
fattihkoca committed Apr 17, 2020
1 parent 3e05e19 commit d30c3d1
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 77 deletions.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function createWindow() {

// and load the index.html of the app.
mainWindow.loadFile('index.html')
//mainWindow.loadURL('https://classest.com')

mainWindow.webContents.on('did-finish-load', () => {
mainWindow.show();
Expand All @@ -45,6 +46,7 @@ function createWindow() {
});

//mainWindow.webContents.openDevTools();
win.setMenuBarVisibility(false);
}

// This method will be called when Electron has finished
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "instagram-for-macos",
"productName": "Instagram for MacOS",
"version": "0.0.2",
"version": "0.0.3",
"description": "Instagram for MacOS",
"main": "main.js",
"scripts": {
Expand All @@ -18,13 +18,17 @@
],
"author": "Fatih Koca",
"license": "CC0-1.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {
"electron": "^4.2.12",
"electron-packager": "^13.1.1"
},
"dependencies": {
"core-util-is": "^1.0.2",
"electron-context-menu": "^0.15.1",
"electron-store": "^2.0.0"
"electron-context-menu": "^0.15.2",
"electron-store": "^2.0.0",
"minimist": ">=1.2.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ I actually prepared this application to meet my own need. I had to look at the p

It has all the features in the mobile web version of Instagram.

**[DOWNLOAD](https://github.com/fattihkoca/instagram-for-macos/releases/download/0.0.1/Instagram.for.MacOS.app.zip)**
**[DOWNLOAD](https://github.com/fattihkoca/instagram-for-macos/releases/download/v0.0.2/Instagram.for.MacOS.zip)**

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function createWindow() {

// and load the index.html of the app.
mainWindow.loadFile('index.html')
//mainWindow.loadURL('https://classest.com')

mainWindow.webContents.on('did-finish-load', () => {
mainWindow.show();
Expand All @@ -45,6 +46,7 @@ function createWindow() {
});

//mainWindow.webContents.openDevTools();
win.setMenuBarVisibility(false);
}

// This method will be called when Electron has finished
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "instagram-for-macos",
"productName": "Instagram for MacOS",
"version": "0.0.2",
"version": "0.0.3",
"description": "Instagram for MacOS",
"main": "main.js",
"scripts": {
Expand All @@ -18,13 +18,17 @@
],
"author": "Fatih Koca",
"license": "CC0-1.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {
"electron": "^4.2.12",
"electron-packager": "^13.1.1"
},
"dependencies": {
"core-util-is": "^1.0.2",
"electron-context-menu": "^0.15.1",
"electron-store": "^2.0.0"
"electron-context-menu": "^0.15.2",
"electron-store": "^2.0.0",
"minimist": ">=1.2.3"
}
}

0 comments on commit d30c3d1

Please sign in to comment.