Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dbilgili committed Jul 31, 2020
1 parent 076d7ca commit 686d9c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Soon",
"name": "soon",
"productName": "Soon",
"version": "1.0.0",
"description": "A simplistic reminder application for macOS menubar to quickly add small post-it like reminders.",
Expand All @@ -10,7 +10,8 @@
"build": "webpack --mode production",
"client": "webpack-dev-server --mode development --devtool inline-source-map --hot",
"server": "electron .",
"dist": "electron-builder"
"dist": "npm run build && electron-builder",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@svgr/webpack": "^4.3.3",
Expand Down Expand Up @@ -54,6 +55,12 @@
"webpack-dev-server": "^3.1.3"
},
"build": {
"appId": "com.soon.app",
"mac": {
"extendInfo": {
"NSUserNotificationAlertStyle": "alert"
}
},
"files": [
"**/*",
"build"
Expand Down

0 comments on commit 686d9c0

Please sign in to comment.