Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Oct 30, 2018
2 parents dfd40c5 + 8181d7d commit ec2d47f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
<<<<<<< HEAD
"name": "altus",
"version": "1.2.1",
"description": "Electron-based desktop wrapper for Whatsapp Web",
Expand All @@ -16,6 +17,21 @@
"nsis": {
"oneClick": "false",
"artifactName": "${productName}-Setup-${version}.${ext}"
||||||| merged common ancestors
"name": "altus",
"version": "1.2.1",
"description": "Electron-based desktop wrapper for Whatsapp Web",
"homepage": "https://github.com/ShadyThGod/altus",
"bugs": {
"url": "https://github.com/ShadyThGod/altus/issues"
=======
"name": "altus",
"version": "1.2.2",
"description": "Electron-based desktop wrapper for Whatsapp Web",
"homepage": "https://github.com/ShadyThGod/altus",
"bugs": {
"url": "https://github.com/ShadyThGod/altus/issues"
>>>>>>> 8181d7d8c912852f38ab5893fd422cdaf54579e5
},
"win": {
"target": [
Expand All @@ -42,6 +58,7 @@
"dmg"
]
},
<<<<<<< HEAD
"dmg": {
"background": "build/background.png",
"icon": "build/icon.icns",
Expand All @@ -63,7 +80,16 @@
"width": 500,
"height": 400
}
||||||| merged common ancestors
"dependencies": {
"node-fetch": "^2.2.0"
=======
"dependencies": {
"mousetrap": "^1.6.2",
"node-fetch": "^2.2.0"
>>>>>>> 8181d7d8c912852f38ab5893fd422cdaf54579e5
}
<<<<<<< HEAD
},
"author": {
"name": "ShadyThGod",
Expand All @@ -78,3 +104,8 @@
"node-fetch": "^2.2.0"
}
}
||||||| merged common ancestors
}
=======
}
>>>>>>> 8181d7d8c912852f38ab5893fd422cdaf54579e5

0 comments on commit ec2d47f

Please sign in to comment.