react-push-notification
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -1,3 +0,3 @@ | ||
import Notifications from './notifications/Notifications'; | ||
import Notifications from './Notifications/Notifications'; | ||
import Storage from './Notifications/Storage'; | ||
export { Notifications, Storage }; |
@@ -6,5 +6,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const Notifications_1 = __importDefault(require("./notifications/Notifications")); | ||
const Notifications_1 = __importDefault(require("./Notifications/Notifications")); | ||
exports.Notifications = Notifications_1.default; | ||
const Storage_1 = __importDefault(require("./Notifications/Storage")); | ||
exports.Storage = Storage_1.default; |
{ | ||
"name": "react-push-notification", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "React push notifications", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,4 +0,4 @@ | ||
import Notifications from './notifications/Notifications'; | ||
import Notifications from './Notifications/Notifications'; | ||
import Storage from './Notifications/Storage'; | ||
export { Notifications, Storage }; |