Skip to content

Commit 93cfc78

Browse files
committed
fix(messaging): include messaging-core dep
1 parent cb1ae41 commit 93cfc78

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/firebase-messaging/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-messaging",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "NativeScript Firebase - Messaging",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -31,5 +31,8 @@
3131
"license": "Apache-2.0",
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
34-
"bootstrapper": "@nativescript/plugin-seed"
34+
"bootstrapper": "@nativescript/plugin-seed",
35+
"dependencies": {
36+
"@nativescript/firebase-messaging-core": "*"
37+
}
3538
}

0 commit comments

Comments
 (0)