Skip to content

Commit

Permalink
Update all libraries and close issues #25 and #26
Browse files Browse the repository at this point in the history
  • Loading branch information
paulincai authored Aug 8, 2021
1 parent 95daad4 commit 4d31b6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/* globals Package, Npm, Cordova */
Package.describe({
name: 'activitree:push',
version: '2.0.9',
version: '2.0.10',
summary: 'Push Notifications for Cordova and Web/PWA with Firebase (FCM).',
git: 'https://github.com/activitree/meteor-push.git'
})

Npm.depends({
'firebase-admin': '8.13.0',
firebase: '7.17.2',
'firebase-admin': '9.11.0',
firebase: '8.8.1',
events: '3.3.0'
})

Expand Down

0 comments on commit 4d31b6c

Please sign in to comment.