diff --git a/bower.json b/bower.json index 3859f16..3612f05 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "Tsvetan Tsvetkov " ], "description": "A small library that unifies the HTML5 Notifications APIs across different browsers including IE9 & IE10.", - "main": "", + "main": "dist/Notification.js", "devDependencies": { "calvinmetcalf/lie": "" diff --git a/package.json b/package.json index d2c29b7..72ce252 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Notification polyfill", "version": "3.0.0", "homepage": "https://github.com/ttsvetko/HTML5-Desktop-Notifications", + "main": "dist/Notification.js", "bugs": { "url": "https://github.com/ttsvetko/HTML5-Desktop-Notifications/issues", "email": "tsekach+html5notification@gmail.com"