From 5d9aed9ce6dba16751e43cc5f6f1c0dd34ba3c01 Mon Sep 17 00:00:00 2001 From: Denis Lukov Date: Mon, 28 Nov 2016 22:55:31 +0200 Subject: [PATCH] Included main files to npm and bower --- bower.json | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"