Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Cannot read property 'ads' of undefined #1716
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Nov 4, 2020
1 parent bcbcef3 commit 53dac31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@nativescript/core": "~7.0.13",
"@nativescript/firebase": "file:../publish/package/nativescript-firebase-11.1.1.tgz",
"@nativescript/firebase": "file:../publish/package/nativescript-firebase-11.1.2.tgz",
"@nativescript/unit-test-runner": "~1.0.2",
"firebase-functions": "^2.0.5",
"nativescript-theme-core": "^1.0.4"
Expand Down
6 changes: 5 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@nativescript/firebase",
"version": "11.1.1",
"version": "11.1.2",
"description": "Fire. Base. Firebase!",
"main": "firebase",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "7",
"ios": "7"
},
"hooks": [
{
"type": "before-prepare",
Expand Down

0 comments on commit 53dac31

Please sign in to comment.