Skip to content

Commit

Permalink
--added author information in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmoizhussain committed Mar 12, 2020
1 parent 9fdddbf commit 2156823
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "key-functions",
"version": "1.0.0",
"version": "1.0.1",
"description": "A minimal Electron application",
"main": "src/main/main.js",
"author": {
"email": "[email protected]",
"name": "Abdul Moiz",
"url": "https://abdulmoizhussain.github.io"
},
"scripts": {
"start": "electron .",
"build": "electron-builder",
Expand Down Expand Up @@ -36,4 +41,4 @@
"ia32"
]
}
}
}

0 comments on commit 2156823

Please sign in to comment.