We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1ae41 commit 93cfc78Copy full SHA for 93cfc78
packages/firebase-messaging/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/firebase-messaging",
3
- "version": "2.2.1",
+ "version": "2.2.2",
4
"description": "NativeScript Firebase - Messaging",
5
"main": "index",
6
"typings": "index.d.ts",
@@ -31,5 +31,8 @@
31
"license": "Apache-2.0",
32
"homepage": "https://github.com/NativeScript/firebase",
33
"readmeFilename": "README.md",
34
- "bootstrapper": "@nativescript/plugin-seed"
+ "bootstrapper": "@nativescript/plugin-seed",
35
+ "dependencies": {
36
+ "@nativescript/firebase-messaging-core": "*"
37
+ }
38
}
0 commit comments