Skip to content

Commit 867e9d4

Browse files
authored
Merge pull request #19 from cap-js/package_json_update
package.json update
2 parents b1fb6c3 + feff6a7 commit 867e9d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@cap-js/alert-notification",
2+
"name": "@cap-js/notifications",
33
"version": "0.0.1",
44
"description": "CDS plugin providing integration to the SAP BTP Alert Notification Service.",
5-
"repository": "cap-js/alert-notification",
5+
"repository": "cap-js/notifications",
66
"author": "SAP SE (https://www.sap.com)",
77
"homepage": "https://cap.cloud.sap/",
88
"license": "SEE LICENSE IN LICENSE",
@@ -37,11 +37,11 @@
3737
}
3838
},
3939
"notify-to-console": {
40-
"impl": "@cap-js/alert-notification/srv/notifyToConsole",
40+
"impl": "@cap-js/notifications/srv/notifyToConsole",
4141
"outbox": false
4242
},
4343
"notify-to-rest": {
44-
"impl": "@cap-js/alert-notification/srv/notifyToRest",
44+
"impl": "@cap-js/notifications/srv/notifyToRest",
4545
"outbox": true
4646
}
4747
}

0 commit comments

Comments
 (0)