react-push-notification
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -1,3 +0,3 @@ | ||
import Notifications from './Notifications/Notifications'; | ||
import Storage from './Notifications/Storage'; | ||
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")); | ||
const Storage_1 = __importDefault(require("./notifications/Storage")); | ||
exports.Storage = Storage_1.default; |
{ | ||
"name": "react-push-notification", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "React push notifications", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
"start": "tsc -w", | ||
"build": "tsc && cp src/notifications/Notification.css dist/notifications/Notification.css", | ||
"build": "tsc && cp src/Notifications/Notification.css dist/Notifications/Notification.css", | ||
"build:check": "tsc --noEmit" | ||
@@ -21,0 +21,0 @@ }, |
@@ -1,4 +0,4 @@ | ||
import Notifications from './Notifications/Notifications'; | ||
import Storage from './Notifications/Storage'; | ||
import Notifications from './notifications/Notifications'; | ||
import Storage from './notifications/Storage'; | ||
export { Notifications, Storage }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package