Skip to content

Commit

Permalink
Fix bug preventing notifications from showing in packed distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
doshprompt committed Apr 11, 2017
1 parent 9bb9a99 commit 6895a86
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-menubar",
"version": "1.0.0",
"version": "1.0.1",
"description": "Take a speedtest from your Mac's Menu Bar",
"main": "main.js",
"scripts": {
Expand All @@ -17,7 +17,8 @@
"appId": "com.netflix.fast",
"mac": {
"category": "public.app-category.utilities"
}
},
"asarUnpack": "vendor/**"
},
"author": "Rahul Doshi <[email protected]>",
"devDependencies": {
Expand All @@ -29,10 +30,29 @@
"url": "git+https://github.com/doshprompt/fast-menubar.git"
},
"keywords": [
"fast.com",
"electron",
"menubar-app",
"menubar",
"macos"
"macos-app",
"macos",
"mac-app",
"mac",
"osx",
"speed",
"test",
"fast.com",
"fast",
"tester",
"down",
"download",
"speed-test",
"speedtest",
"connection",
"internet",
"bandwidth",
"measure",
"check",
"mbps"
],
"bugs": {
"url": "https://github.com/doshprompt/fast-menubar/issues"
Expand Down

0 comments on commit 6895a86

Please sign in to comment.