Skip to content

Commit b65c81f

Browse files
author
Rares Mardare
committed
v3.3.1
1 parent 2bf40ba commit b65c81f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-notifications-component",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"homepage": "http://teodosii.github.io/react-notifications-component",
55
"description": "React component for creating notifications on the fly",
66
"main": "dist/index.js",

src/typings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ interface iNotification {
4040
title?: NotificationTitleMessage
4141
message?: NotificationTitleMessage
4242
content?: NotificationContent
43-
type: NOTIFICATION_TYPE
43+
type?: NOTIFICATION_TYPE
4444
container: NOTIFICATION_CONTAINER
4545
insert?: NOTIFICATION_INSERTION
4646
dismiss?: iNotificationDismiss

0 commit comments

Comments
 (0)