mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-29 03:43:16 +08:00
fix(snooze): Fix path to main file in package.json
This commit is contained in:
parent
aff5505743
commit
eeb0e8fc5b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
"title": "Thread Snooze",
|
||||
"description": "Snooze mail!",
|
||||
"main": "lib/main.js",
|
||||
"main": "lib/main",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue