Skip to content

Commit

Permalink
fix(messaging): include messaging-core dep
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Jul 28, 2022
1 parent cb1ae41 commit 93cfc78
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/firebase-messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-messaging",
"version": "2.2.1",
"version": "2.2.2",
"description": "NativeScript Firebase - Messaging",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -31,5 +31,8 @@
"license": "Apache-2.0",
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
"bootstrapper": "@nativescript/plugin-seed",
"dependencies": {
"@nativescript/firebase-messaging-core": "*"
}
}

0 comments on commit 93cfc78

Please sign in to comment.