fix(snooze): Fix path to main file in package.json

This commit is contained in:
Juan Tejada 2016-05-16 17:53:42 -07:00
parent aff5505743
commit eeb0e8fc5b

View file

@ -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"
},